/external/pdfium/core/fpdfapi/page/ |
D | cpdf_expintfunc.cpp | 36 m_pBeginValues = FX_Alloc2D(float, m_nOutputs, 2); in v_Init() 37 m_pEndValues = FX_Alloc2D(float, m_nOutputs, 2); in v_Init()
|
D | cpdf_function.cpp | 79 m_pDomains = FX_Alloc2D(float, m_nInputs, 2); in Init() 87 m_pRanges = FX_Alloc2D(float, m_nOutputs, 2); in Init()
|
D | cpdf_image.cpp | 229 FX_Alloc2D(uint8_t, iPalette, 3)); in SetImage() 275 mask_buf.reset(FX_Alloc2D(uint8_t, maskHeight, maskWidth)); in SetImage() 291 uint8_t* dest_buf = FX_Alloc2D(uint8_t, dest_pitch, BitmapHeight); in SetImage()
|
D | cpdf_stitchfunc.cpp | 69 m_pEncode = FX_Alloc2D(float, nSubs, 2); in v_Init()
|
D | cpdf_colorspace.cpp | 914 m_pCache.reset(FX_Alloc2D(uint8_t, nMaxColors, 3)); in TranslateImageLine() 916 FX_Alloc2D(uint8_t, nMaxColors, nComponents)); in TranslateImageLine() 1041 m_pCompMinMax = FX_Alloc2D(float, m_nBaseComponents, 2); in v_Load()
|
D | cpdf_streamparser.cpp | 52 *dest_buf = FX_Alloc2D(uint8_t, pitch, height); in DecodeAllScanlines()
|
/external/pdfium/fxbarcode/common/ |
D | BC_CommonBitMatrix.cpp | 36 m_bits = FX_Alloc2D(int32_t, m_rowSize, m_height); in Init() 45 m_bits = FX_Alloc2D(int32_t, m_rowSize, m_height); in Init()
|
D | BC_CommonByteMatrix.cpp | 32 m_bytes = FX_Alloc2D(uint8_t, m_height, m_width); in Init()
|
/external/pdfium/fxbarcode/qrcode/ |
D | BC_QRCodeWriter.cpp | 85 uint8_t* result = FX_Alloc2D(uint8_t, outWidth, outHeight); in Encode()
|
/external/pdfium/third_party/agg23/ |
D | agg_path_storage.cpp | 57 FX_Alloc2D(float*, m_max_blocks + block_pool, 2); in allocate_block()
|
/external/pdfium/core/fxcrt/ |
D | fx_memory_unittest.cpp | 48 EXPECT_DEATH_IF_SUPPORTED(ptr = FX_Alloc2D(int, kWidth, kOverflowIntAlloc2D), in TEST()
|
D | fx_memory.h | 95 #define FX_Alloc2D(type, w, h) \ macro
|
/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417Writer.cpp | 96 uint8_t* result = FX_Alloc2D(uint8_t, outHeight, outWidth); in Encode()
|
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_DataMatrixWriter.cpp | 146 uint8_t* result = FX_Alloc2D(uint8_t, outWidth, outHeight); in Encode()
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedCodaBarWriter.cpp | 141 uint8_t* result = FX_Alloc2D(uint8_t, m_iWideNarrRatio * 7, data.GetLength()); in EncodeImpl()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_flate.cpp | 31 return FX_Alloc2D(uint8_t, items, size); in my_alloc_func() 268 uint8_t* dest_buf = FX_Alloc2D(uint8_t, row_size + 1, row_count); in PNG_PredictorEncode() 370 uint8_t* dest_buf = FX_Alloc2D(uint8_t, row_size, row_count); in PNG_Predictor()
|
D | fx_codec_fax.cpp | 762 m_pLineBuf = FX_Alloc2D(uint8_t, m_Pitch, 8); in CCodec_FaxEncoder()
|
D | fx_codec_jpeg.cpp | 559 line_buf = FX_Alloc2D(uint8_t, width, nComponents);
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image.cpp | 39 FX_Alloc2D(uint8_t, m_nStride, m_nHeight))); in CJBig2_Image() 64 FX_Alloc2D(uint8_t, m_nStride, m_nHeight))); in CJBig2_Image()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 588 dst8Storage.reset(FX_Alloc2D(uint8_t, width, height)); in Upsample() 604 dst32Storage.reset(FX_Alloc2D(uint32_t, width, height)); in Upsample() 626 dst32Storage.reset(FX_Alloc2D(uint32_t, width, height)); in Upsample() 1470 FX_Alloc2D(SkScalar, count, sizeof(SkScalar))); in PaintStroke()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 1543 LPBYTE pData = FX_Alloc2D(BYTE, dest_pitch, height); in LoadDIBitmap()
|