Home
last modified time | relevance | path

Searched refs:pDecode (Results 1 – 25 of 49) sorted by relevance

12

/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_page/
H A Dcpdf_meshstream.cpp131 CPDF_Array* pDecode = pDict->GetArrayBy("Decode"); in Load() local
132 if (!pDecode || pDecode->GetCount() != 4 + m_nComponents * 2) in Load()
135 m_xmin = pDecode->GetNumberAt(0); in Load()
136 m_xmax = pDecode->GetNumberAt(1); in Load()
137 m_ymin = pDecode->GetNumberAt(2); in Load()
138 m_ymax = pDecode->GetNumberAt(3); in Load()
140 m_ColorMin[i] = pDecode->GetNumberAt(i * 2 + 4); in Load()
141 m_ColorMax[i] = pDecode->GetNumberAt(i * 2 + 5); in Load()
H A Dcpdf_image.cpp100 CPDF_Array* pDecode = new CPDF_Array; in InitJPEG() local
102 pDecode->AddInteger(1); in InitJPEG()
103 pDecode->AddInteger(0); in InitJPEG()
105 pDict->SetAt("Decode", pDecode); in InitJPEG()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_meshstream.cpp132 const CPDF_Array* pDecode = pDict->GetArrayFor("Decode"); in Load() local
133 if (!pDecode || pDecode->size() != 4 + m_nComponents * 2) in Load()
136 m_xmin = pDecode->GetNumberAt(0); in Load()
137 m_xmax = pDecode->GetNumberAt(1); in Load()
138 m_ymin = pDecode->GetNumberAt(2); in Load()
139 m_ymax = pDecode->GetNumberAt(3); in Load()
141 m_ColorMin[i] = pDecode->GetNumberAt(i * 2 + 4); in Load()
142 m_ColorMax[i] = pDecode->GetNumberAt(i * 2 + 5); in Load()
H A Dcpdf_sampledfunc.cpp88 const CPDF_Array* pDecode = pDict->GetArrayFor("Decode"); in v_Init() local
91 if (pDecode) { in v_Init()
92 m_DecodeInfo[i].decode_min = pDecode->GetNumberAt(2 * i); in v_Init()
93 m_DecodeInfo[i].decode_max = pDecode->GetNumberAt(2 * i + 1); in v_Init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_meshstream.cpp145 const CPDF_Array* pDecode = pDict->GetArrayFor("Decode"); in Load() local
146 if (!pDecode || pDecode->size() != 4 + m_nComponents * 2) in Load()
149 m_xmin = pDecode->GetNumberAt(0); in Load()
150 m_xmax = pDecode->GetNumberAt(1); in Load()
151 m_ymin = pDecode->GetNumberAt(2); in Load()
152 m_ymax = pDecode->GetNumberAt(3); in Load()
154 m_ColorMin[i] = pDecode->GetNumberAt(i * 2 + 4); in Load()
155 m_ColorMax[i] = pDecode->GetNumberAt(i * 2 + 5); in Load()
H A Dcpdf_sampledfunc.cpp88 const CPDF_Array* pDecode = pDict->GetArrayFor("Decode"); in v_Init() local
91 if (pDecode) { in v_Init()
92 m_DecodeInfo[i].decode_min = pDecode->GetNumberAt(2 * i); in v_Init()
93 m_DecodeInfo[i].decode_max = pDecode->GetNumberAt(2 * i + 1); in v_Init()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/page/
H A Dcpdf_meshstream.cpp137 CPDF_Array* pDecode = pDict->GetArrayFor("Decode"); in Load() local
138 if (!pDecode || pDecode->GetCount() != 4 + m_nComponents * 2) in Load()
141 m_xmin = pDecode->GetNumberAt(0); in Load()
142 m_xmax = pDecode->GetNumberAt(1); in Load()
143 m_ymin = pDecode->GetNumberAt(2); in Load()
144 m_ymax = pDecode->GetNumberAt(3); in Load()
146 m_ColorMin[i] = pDecode->GetNumberAt(i * 2 + 4); in Load()
147 m_ColorMax[i] = pDecode->GetNumberAt(i * 2 + 5); in Load()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dzshade.c393 float **pDecode, gs_function_t ** pFunction, in build_mesh_shading() argument
399 *pDecode = 0; in build_mesh_shading()
450 *pDecode = (float *) in build_mesh_shading()
453 if (*pDecode == 0) in build_mesh_shading()
455 code = dict_floats_param(op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
457 gs_free_object(mem, *pDecode, "build_mesh_shading"); in build_mesh_shading()
458 *pDecode = 0; in build_mesh_shading()
464 gs_free_object(mem, *pDecode, "build_mesh_shading"); in build_mesh_shading()
465 *pDecode = 0; in build_mesh_shading()
H A Diimage2.h35 const float *pDecode; member
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dzshade.c393 float **pDecode, gs_function_t ** pFunction, in build_mesh_shading() argument
399 *pDecode = 0; in build_mesh_shading()
450 *pDecode = (float *) in build_mesh_shading()
453 if (*pDecode == 0) in build_mesh_shading()
455 code = dict_floats_param(op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
457 gs_free_object(mem, *pDecode, "build_mesh_shading"); in build_mesh_shading()
458 *pDecode = 0; in build_mesh_shading()
464 gs_free_object(mem, *pDecode, "build_mesh_shading"); in build_mesh_shading()
465 *pDecode = 0; in build_mesh_shading()
H A Diimage2.h35 const float *pDecode; member
/dports/graphics/podofo/podofo-0.9.7/test/FilterTest/
H A DFilterTest.cpp160 PdfOutputStream* pDecode = PdfFilterFactory::CreateDecodeStream( filters, &stream2 ); in test_filter_queue() local
162 pDecode->Write( pEncoded, lEncoded ); in test_filter_queue()
163 pDecode->Close(); in test_filter_queue()
165 delete pDecode; in test_filter_queue()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dsteamnetworkingsockets_snp.cpp458 if ( pDecode + (n) > pEnd ) \ in ProcessPlainTextDataChunk()
463 do { EXPECT_BYTES(1,pszWhatFor); var = *(uint8 *)pDecode; pDecode += 1; } while(false) in ProcessPlainTextDataChunk()
466 …do { EXPECT_BYTES(2,pszWhatFor); var = LittleWord(*(uint16 *)pDecode); pDecode += 2; } while(false) in ProcessPlainTextDataChunk()
470 var = *(uint8 *)pDecode; pDecode += 1; \ in ProcessPlainTextDataChunk()
471 var |= uint32( LittleWord(*(uint16 *)pDecode) ) << 8U; pDecode += 2; \ in ProcessPlainTextDataChunk()
479 var = LittleWord( *(uint16 *)pDecode ); pDecode += 2; \ in ProcessPlainTextDataChunk()
480 var |= uint64( LittleDWord(*(uint32 *)pDecode) ) << 16U; pDecode += 4; \ in ProcessPlainTextDataChunk()
513 pDecode += cbSegmentSize; in ProcessPlainTextDataChunk()
530 while ( pDecode < pEnd ) in ProcessPlainTextDataChunk()
533 uint8 nFrameType = *pDecode; in ProcessPlainTextDataChunk()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzshade.c468 float **pDecode, gs_function_t ** pFunction, in build_mesh_shading() argument
475 *pDecode = 0; in build_mesh_shading()
528 *pDecode = (float *) in build_mesh_shading()
531 if (*pDecode == 0) in build_mesh_shading()
534 code = dict_floats_param(mem, op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
536 gs_free_object(mem, *pDecode, "build_mesh_shading"); in build_mesh_shading()
537 *pDecode = 0; in build_mesh_shading()
H A Diimage.h30 const float *pDecode; member
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzshade.c470 float **pDecode, gs_function_t ** pFunction, in build_mesh_shading() argument
477 *pDecode = 0; in build_mesh_shading()
530 *pDecode = (float *) in build_mesh_shading()
533 if (*pDecode == 0) in build_mesh_shading()
536 code = dict_floats_param(mem, op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
538 gs_free_object(mem, *pDecode, "build_mesh_shading"); in build_mesh_shading()
539 *pDecode = 0; in build_mesh_shading()
H A Diimage.h32 const float *pDecode; member
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzshade.c472 float **pDecode, gs_function_t ** pFunction, in build_mesh_shading() argument
479 *pDecode = 0; in build_mesh_shading()
532 *pDecode = (float *) in build_mesh_shading()
535 if (*pDecode == 0) in build_mesh_shading()
538 code = dict_floats_param(mem, op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
540 gs_free_object(mem, *pDecode, "build_mesh_shading"); in build_mesh_shading()
541 *pDecode = 0; in build_mesh_shading()
H A Diimage.h35 const float *pDecode; member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzshade.c472 float **pDecode, gs_function_t ** pFunction, in build_mesh_shading() argument
479 *pDecode = 0; in build_mesh_shading()
532 *pDecode = (float *) in build_mesh_shading()
535 if (*pDecode == 0) in build_mesh_shading()
538 code = dict_floats_param(mem, op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
540 gs_free_object(mem, *pDecode, "build_mesh_shading"); in build_mesh_shading()
541 *pDecode = 0; in build_mesh_shading()
H A Diimage.h35 const float *pDecode; member
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzshade.c468 float **pDecode, gs_function_t ** pFunction, in build_mesh_shading() argument
475 *pDecode = 0; in build_mesh_shading()
528 *pDecode = (float *) in build_mesh_shading()
531 if (*pDecode == 0) in build_mesh_shading()
534 code = dict_floats_param(mem, op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
536 gs_free_object(mem, *pDecode, "build_mesh_shading"); in build_mesh_shading()
537 *pDecode = 0; in build_mesh_shading()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzshade.c470 float **pDecode, gs_function_t ** pFunction, in build_mesh_shading() argument
477 *pDecode = 0; in build_mesh_shading()
530 *pDecode = (float *) in build_mesh_shading()
533 if (*pDecode == 0) in build_mesh_shading()
536 code = dict_floats_param(mem, op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
538 gs_free_object(mem, *pDecode, "build_mesh_shading"); in build_mesh_shading()
539 *pDecode = 0; in build_mesh_shading()
H A Diimage.h32 const float *pDecode; member
/dports/games/openfodder/openfodder-1.6.0/Source/Amiga/
H A DResource_Amiga_File.hpp25 uint8* file_Get( cResource_File *pFile, size_t &pFileSize, bool pDecode );

12