Home
last modified time | relevance | path

Searched refs:FX_Alloc2D (Results 1 – 25 of 25) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GsidProc.cpp59 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()
DJBig2_Image.cpp36 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/
DBC_CommonBitMatrix.cpp38 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()
DBC_CommonByteMatrix.cpp32 m_bytes = FX_Alloc2D(uint8_t, m_height, m_width); in Init()
/external/pdfium/core/fpdfapi/page/
Dcpdf_image.cpp223 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()
Dfpdf_page_func.cpp631 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()
Dcpdf_colorspace.cpp878 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()
Dcpdf_streamparser.cpp49 dest_buf = FX_Alloc2D(uint8_t, pitch, height); in DecodeAllScanlines()
/external/pdfium/third_party/agg23/
Dagg_path_storage.cpp56 FX_Alloc2D(FX_FLOAT*, m_max_blocks + block_pool, 2); in allocate_block()
/external/pdfium/core/fxcrt/
Dfx_basic_memmgr_unittest.cpp47 EXPECT_DEATH_IF_SUPPORTED(ptr = FX_Alloc2D(int, kWidth, kOverflowIntAlloc2D), in TEST()
Dfx_memory.h67 #define FX_Alloc2D(type, w, h) (type*)FX_AllocOrDie2D(w, h, sizeof(type)) macro
Dfx_basic.h413 list.data = FX_Alloc2D(uint8_t, temp_count, unit); in Append()
/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCodeWriter.cpp102 uint8_t* result = FX_Alloc2D(uint8_t, outWidth, outHeight); in Encode()
/external/pdfium/xfa/fxbarcode/pdf417/
DBC_PDF417Writer.cpp101 uint8_t* result = FX_Alloc2D(uint8_t, outHeight, outWidth); in Encode()
/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_DataMatrixWriter.cpp87 uint8_t* result = FX_Alloc2D(uint8_t, outWidth, outHeight); in Encode()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp23 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()
Dfx_codec_fax.cpp766 m_pLineBuf = FX_Alloc2D(uint8_t, m_Pitch, 8); in CCodec_FaxEncoder()
Dfx_codec_jpeg.cpp542 line_buf = FX_Alloc2D(uint8_t, width, nComponents);
/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedCodaBarWriter.cpp172 uint8_t* result = FX_Alloc2D(uint8_t, m_iWideNarrRatio * 7, data.GetLength()); in Encode()
/external/pdfium/xfa/fgas/crt/
Dfgas_utils.cpp337 pChunk = FX_Alloc2D(uint8_t, iChunkSize, pData->iBlockSize); in AddSpaceTo()
/external/pdfium/core/fpdfapi/font/
Dfpdf_font_cid.cpp417 FX_Alloc2D(uint8_t, nSegs, sizeof(CMap_CodeRange)); in ParseWord()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp582 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/
Dfx_dib_engine.cpp410 FX_Alloc2D(unsigned char, m_SrcClip.Height(), m_ExtraMaskPitch); in StartStretchHorz()
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp1506 LPBYTE pData = FX_Alloc2D(BYTE, dest_pitch, height); in LoadDIBitmap()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp532 FX_Alloc2D(CPDF_MeshVertex, row_verts, 2)); in DrawLatticeGouraudShading()