Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_expintfunc.cpp36 m_pBeginValues = FX_Alloc2D(float, m_nOutputs, 2); in v_Init()
37 m_pEndValues = FX_Alloc2D(float, m_nOutputs, 2); in v_Init()
Dcpdf_function.cpp79 m_pDomains = FX_Alloc2D(float, m_nInputs, 2); in Init()
87 m_pRanges = FX_Alloc2D(float, m_nOutputs, 2); in Init()
Dcpdf_image.cpp229 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()
Dcpdf_stitchfunc.cpp69 m_pEncode = FX_Alloc2D(float, nSubs, 2); in v_Init()
Dcpdf_colorspace.cpp914 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()
Dcpdf_streamparser.cpp52 *dest_buf = FX_Alloc2D(uint8_t, pitch, height); in DecodeAllScanlines()
/external/pdfium/fxbarcode/common/
DBC_CommonBitMatrix.cpp36 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()
DBC_CommonByteMatrix.cpp32 m_bytes = FX_Alloc2D(uint8_t, m_height, m_width); in Init()
/external/pdfium/fxbarcode/qrcode/
DBC_QRCodeWriter.cpp85 uint8_t* result = FX_Alloc2D(uint8_t, outWidth, outHeight); in Encode()
/external/pdfium/third_party/agg23/
Dagg_path_storage.cpp57 FX_Alloc2D(float*, m_max_blocks + block_pool, 2); in allocate_block()
/external/pdfium/core/fxcrt/
Dfx_memory_unittest.cpp48 EXPECT_DEATH_IF_SUPPORTED(ptr = FX_Alloc2D(int, kWidth, kOverflowIntAlloc2D), in TEST()
Dfx_memory.h95 #define FX_Alloc2D(type, w, h) \ macro
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417Writer.cpp96 uint8_t* result = FX_Alloc2D(uint8_t, outHeight, outWidth); in Encode()
/external/pdfium/fxbarcode/datamatrix/
DBC_DataMatrixWriter.cpp146 uint8_t* result = FX_Alloc2D(uint8_t, outWidth, outHeight); in Encode()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp31 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()
Dfx_codec_jpeg.cpp559 line_buf = FX_Alloc2D(uint8_t, width, nComponents);
Dfx_codec_fax.cpp762 m_pLineBuf = FX_Alloc2D(uint8_t, m_Pitch, 8); in CCodec_FaxEncoder()
/external/pdfium/fxbarcode/oned/
DBC_OnedCodaBarWriter.cpp141 uint8_t* result = FX_Alloc2D(uint8_t, m_iWideNarrRatio * 7, data.GetLength()); in EncodeImpl()
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp39 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/
Dfx_skia_device.cpp588 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/
Dfx_win32_gdipext.cpp1543 LPBYTE pData = FX_Alloc2D(BYTE, dest_pitch, height); in LoadDIBitmap()