Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp58 CFX_FixedBufGrow<uint16_t, 32> glyph_indices(nChars); in CGDrawGlyphRun()
59 CFX_FixedBufGrow<CGPoint, 32> glyph_positions(nChars); in CGDrawGlyphRun()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_icc.cpp167 CFX_FixedBufGrow<double, 16> inputs(nSrcComponents); in IccLib_Translate()
174 CFX_FixedBufGrow<uint8_t, 16> inputs(nSrcComponents); in IccLib_Translate()
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp499 CFX_FixedBufGrow<FX_FLOAT, 16> srcbuf(m_nComponents); in TranslateImageLine()
1066 CFX_FixedBufGrow<FX_FLOAT, 16> Comps(m_nBaseComponents); in GetRGB()
1192 CFX_FixedBufGrow<FX_FLOAT, 16> results(nComps); in GetRGB()
1198 CFX_FixedBufGrow<FX_FLOAT, 16> results(m_pFunc->CountOutputs()); in GetRGB()
1258 CFX_FixedBufGrow<FX_FLOAT, 16> results(m_pFunc->CountOutputs()); in GetRGB()
Dfpdf_page_func.cpp544 CFX_FixedBufGrow<FX_FLOAT, 16> encoded_input_buf(m_nInputs); in v_Call()
546 CFX_FixedBufGrow<uint32_t, 32> int_buf(m_nInputs * 2); in v_Call()
/external/pdfium/core/fxcrt/
Dfx_basic.h321 class CFX_FixedBufGrow {
323 explicit CFX_FixedBufGrow(int data_size) { in CFX_FixedBufGrow() function
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp801 CFX_FixedBufGrow<FX_FLOAT, 16> color_values(m_nComponents); in LoadPalette()
920 CFX_FixedBufGrow<FX_FLOAT, 16> color_values1(m_nComponents); in TranslateScanline24bpp()
1347 CFX_FixedBufGrow<uint8_t, 128> extracted_components(m_nComponents); in DownSampleScanline32Bit()
Dcpdf_renderstatus.cpp138 CFX_FixedBufGrow<FX_FLOAT, 16> result_array(total_results); in DrawAxialShading()
219 CFX_FixedBufGrow<FX_FLOAT, 16> result_array(total_results); in DrawRadialShading()
343 CFX_FixedBufGrow<FX_FLOAT, 16> result_array(total_results); in DrawFuncShading()
2042 CFX_FixedBufGrow<FX_FLOAT, 16> comps(pColorSpace->CountComponents()); in DrawShading()
2577 CFX_FixedBufGrow<FX_FLOAT, 8> float_array(comps); in LoadSMask()
2621 CFX_FixedBufGrow<FX_FLOAT, 16> results(pFunc->CountOutputs()); in LoadSMask()