Searched refs:CFX_FixedBufGrow (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/src/fxge/apple/ |
D | fx_apple_platform.cpp | 75 CFX_FixedBufGrow<FX_WORD, 32> glyph_indices(nChars); in _CGDrawGlyphRun() 76 CFX_FixedBufGrow<CGPoint, 32> glyph_positions(nChars); in _CGDrawGlyphRun()
|
D | fx_quartz_device.cpp | 826 CFX_FixedBufGrow<FX_WORD, 32> glyph_indices(nChars); in CG_DrawGlypRun() 827 CFX_FixedBufGrow<CGPoint, 32> glyph_positions(nChars); in CG_DrawGlypRun()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_basic.h | 737 class CFX_FixedBufGrow 740 CFX_FixedBufGrow() : m_pData(NULL) in CFX_FixedBufGrow() function 742 CFX_FixedBufGrow(int data_size) : m_pData(NULL) in CFX_FixedBufGrow() function 762 ~CFX_FixedBufGrow() in ~CFX_FixedBufGrow()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_colors.cpp | 840 CFX_FixedBufGrow<FX_FLOAT, 16> Comps(m_nBaseComponents); in GetRGB() 978 CFX_FixedBufGrow<FX_FLOAT, 16> results(nComps); in GetRGB() 985 CFX_FixedBufGrow<FX_FLOAT, 16> results(m_pFunc->CountOutputs()); in GetRGB() 1067 CFX_FixedBufGrow<FX_FLOAT, 16> results(m_pFunc->CountOutputs()); in GetRGB() 1262 CFX_FixedBufGrow<FX_FLOAT, 16> srcbuf(m_nComponents); in TranslateImageLine()
|
D | fpdf_page_func.cpp | 537 CFX_FixedBufGrow<FX_FLOAT, 16> encoded_input_buf(m_nInputs); in v_Call() 539 CFX_FixedBufGrow<int, 32> int_buf(m_nInputs * 2); in v_Call()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_icc.cpp | 180 CFX_FixedBufGrow<double, 16> inputs(nSrcComponents); in IccLib_Translate() 187 CFX_FixedBufGrow<FX_BYTE, 16> inputs(nSrcComponents); in IccLib_Translate()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_pattern.cpp | 54 CFX_FixedBufGrow<FX_FLOAT, 16> result_array(total_results); in _DrawAxialShading() 134 CFX_FixedBufGrow<FX_FLOAT, 16> result_array(total_results); in _DrawRadialShading() 255 CFX_FixedBufGrow<FX_FLOAT, 16> result_array(total_results); in _DrawFuncShading() 784 CFX_FixedBufGrow<FX_FLOAT, 16> comps(pColorSpace->CountComponents()); in DrawShading()
|
D | fpdf_render_loadimage.cpp | 860 CFX_FixedBufGrow<FX_FLOAT, 16> color_values(m_nComponents); in LoadPalette() 972 CFX_FixedBufGrow<FX_FLOAT, 16> color_values1(m_nComponents); in TranslateScanline24bpp() 1212 CFX_FixedBufGrow<FX_BYTE, 128> temp(orig_Bpp); in DownSampleScanline()
|
D | fpdf_render_image.cpp | 1015 CFX_FixedBufGrow<FX_FLOAT, 8> float_array(comps); in LoadSMask() 1057 CFX_FixedBufGrow<FX_FLOAT, 16> results(pFunc->CountOutputs()); in LoadSMask()
|