Home
last modified time | relevance | path

Searched refs:CFX_FixedBufGrow (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_fixedbufgrow.h15 class CFX_FixedBufGrow {
17 explicit CFX_FixedBufGrow(int data_size) { in CFX_FixedBufGrow() function
/external/pdfium/core/fxcodec/codec/
Dfx_codec_icc.cpp127 CFX_FixedBufGrow<double, 16> inputs(nSrcComponents); in Translate()
133 CFX_FixedBufGrow<uint8_t, 16> inputs(nSrcComponents); in Translate()
/external/pdfium/core/fpdfapi/page/
Dcpdf_sampledfunc.cpp95 CFX_FixedBufGrow<float, 16> encoded_input_buf(m_nInputs); in v_Call()
97 CFX_FixedBufGrow<uint32_t, 32> int_buf(m_nInputs * 2); in v_Call()
Dcpdf_colorspace.cpp523 CFX_FixedBufGrow<float, 16> srcbuf(m_nComponents); in TranslateImageLine()
1080 CFX_FixedBufGrow<float, 16> Comps(m_nBaseComponents); in GetRGB()
1153 CFX_FixedBufGrow<float, 16> results(nComps); in GetRGB()
1159 CFX_FixedBufGrow<float, 16> results(m_pFunc->CountOutputs()); in GetRGB()
1223 CFX_FixedBufGrow<float, 16> results(m_pFunc->CountOutputs()); in GetRGB()
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp60 CFX_FixedBufGrow<uint16_t, 32> glyph_indices(nChars); in CGDrawGlyphRun()
61 CFX_FixedBufGrow<CGPoint, 32> glyph_positions(nChars); in CGDrawGlyphRun()
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp786 CFX_FixedBufGrow<float, 16> color_values(m_nComponents); in LoadPalette()
906 CFX_FixedBufGrow<float, 16> color_values1(m_nComponents); in TranslateScanline24bpp()
1336 CFX_FixedBufGrow<uint8_t, 16> extracted_components(m_nComponents); in DownSampleScanline32Bit()
Dcpdf_renderstatus.cpp140 CFX_FixedBufGrow<float, 16> result_array(total_results); in DrawAxialShading()
222 CFX_FixedBufGrow<float, 16> result_array(total_results); in DrawRadialShading()
344 CFX_FixedBufGrow<float, 16> result_array(total_results); in DrawFuncShading()
2084 CFX_FixedBufGrow<float, 16> comps(pColorSpace->CountComponents()); in DrawShading()
2621 CFX_FixedBufGrow<float, 8> float_array(comps); in LoadSMask()
2666 CFX_FixedBufGrow<float, 16> results(pFunc->CountOutputs()); in LoadSMask()