/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GsidProc.cpp | 59 FX_Alloc2D(uint32_t, GSW, GSH)); in decode_Arith() 99 std::unique_ptr<uint32_t> GSVALS(FX_Alloc2D(uint32_t, GSW, GSH)); in decode_MMR()
|
D | JBig2_Image.cpp | 36 m_pData = FX_Alloc2D(uint8_t, m_nStride, m_nHeight); in CJBig2_Image() 65 m_pData = FX_Alloc2D(uint8_t, m_nStride, m_nHeight); in CJBig2_Image()
|
/external/pdfium/xfa/fxbarcode/common/ |
D | BC_CommonBitMatrix.cpp | 38 m_bits = FX_Alloc2D(int32_t, m_rowSize, m_height); in Init() 46 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/core/fpdfapi/page/ |
D | cpdf_image.cpp | 223 FX_Alloc2D(uint8_t, iPalette, 3)); in SetImage() 269 mask_buf.reset(FX_Alloc2D(uint8_t, maskHeight, maskWidth)); in SetImage() 285 uint8_t* dest_buf = FX_Alloc2D(uint8_t, dest_pitch, BitmapHeight); in SetImage()
|
D | fpdf_page_func.cpp | 631 m_pBeginValues = FX_Alloc2D(FX_FLOAT, m_nOutputs, 2); in v_Init() 632 m_pEndValues = FX_Alloc2D(FX_FLOAT, m_nOutputs, 2); in v_Init() 710 m_pEncode = FX_Alloc2D(FX_FLOAT, nSubs, 2); in v_Init() 795 m_pDomains = FX_Alloc2D(FX_FLOAT, m_nInputs, 2); in Init() 803 m_pRanges = FX_Alloc2D(FX_FLOAT, m_nOutputs, 2); in Init()
|
D | cpdf_colorspace.cpp | 878 m_pRanges = FX_Alloc2D(FX_FLOAT, m_nComponents, 2); in v_Load() 965 ((CPDF_ICCBasedCS*)this)->m_pCache = FX_Alloc2D(uint8_t, nMaxColors, 3); in TranslateImageLine() 966 uint8_t* temp_src = FX_Alloc2D(uint8_t, nMaxColors, m_nComponents); in TranslateImageLine() 1028 m_pCompMinMax = FX_Alloc2D(FX_FLOAT, m_nBaseComponents, 2); in v_Load()
|
D | cpdf_streamparser.cpp | 49 dest_buf = FX_Alloc2D(uint8_t, pitch, height); in DecodeAllScanlines()
|
/external/pdfium/third_party/agg23/ |
D | agg_path_storage.cpp | 56 FX_Alloc2D(FX_FLOAT*, m_max_blocks + block_pool, 2); in allocate_block()
|
/external/pdfium/core/fxcrt/ |
D | fx_basic_memmgr_unittest.cpp | 47 EXPECT_DEATH_IF_SUPPORTED(ptr = FX_Alloc2D(int, kWidth, kOverflowIntAlloc2D), in TEST()
|
D | fx_memory.h | 67 #define FX_Alloc2D(type, w, h) (type*)FX_AllocOrDie2D(w, h, sizeof(type)) macro
|
D | fx_basic.h | 413 list.data = FX_Alloc2D(uint8_t, temp_count, unit); in Append()
|
/external/pdfium/xfa/fxbarcode/qrcode/ |
D | BC_QRCodeWriter.cpp | 102 uint8_t* result = FX_Alloc2D(uint8_t, outWidth, outHeight); in Encode()
|
/external/pdfium/xfa/fxbarcode/pdf417/ |
D | BC_PDF417Writer.cpp | 101 uint8_t* result = FX_Alloc2D(uint8_t, outHeight, outWidth); in Encode()
|
/external/pdfium/xfa/fxbarcode/datamatrix/ |
D | BC_DataMatrixWriter.cpp | 87 uint8_t* result = FX_Alloc2D(uint8_t, outWidth, outHeight); in Encode()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_flate.cpp | 23 return FX_Alloc2D(uint8_t, items, size); in my_alloc_func() 259 uint8_t* dest_buf = FX_Alloc2D(uint8_t, row_size + 1, row_count); in PNG_PredictorEncode() 361 uint8_t* dest_buf = FX_Alloc2D(uint8_t, row_size, row_count); in PNG_Predictor()
|
D | fx_codec_fax.cpp | 766 m_pLineBuf = FX_Alloc2D(uint8_t, m_Pitch, 8); in CCodec_FaxEncoder()
|
D | fx_codec_jpeg.cpp | 542 line_buf = FX_Alloc2D(uint8_t, width, nComponents);
|
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OnedCodaBarWriter.cpp | 172 uint8_t* result = FX_Alloc2D(uint8_t, m_iWideNarrRatio * 7, data.GetLength()); in Encode()
|
/external/pdfium/xfa/fgas/crt/ |
D | fgas_utils.cpp | 337 pChunk = FX_Alloc2D(uint8_t, iChunkSize, pData->iBlockSize); in AddSpaceTo()
|
/external/pdfium/core/fpdfapi/font/ |
D | fpdf_font_cid.cpp | 417 FX_Alloc2D(uint8_t, nSegs, sizeof(CMap_CodeRange)); in ParseWord()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 582 dst8Storage.reset(FX_Alloc2D(uint8_t, width, height)); in Upsample() 603 dst32Storage.reset(FX_Alloc2D(uint32_t, width, height)); in Upsample() 1178 SkScalar* intervals = FX_Alloc2D(SkScalar, count, sizeof(SkScalar)); in PaintStroke()
|
/external/pdfium/core/fxge/dib/ |
D | fx_dib_engine.cpp | 410 FX_Alloc2D(unsigned char, m_SrcClip.Height(), m_ExtraMaskPitch); in StartStretchHorz()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 1506 LPBYTE pData = FX_Alloc2D(BYTE, dest_pitch, height); in LoadDIBitmap()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 532 FX_Alloc2D(CPDF_MeshVertex, row_verts, 2)); in DrawLatticeGouraudShading()
|