Searched refs:FX_Alloc2D (Results 1 – 10 of 10) sorted by relevance
/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/fpdfapi/page/ |
D | cpdf_image.cpp | 230 FX_Alloc2D(uint8_t, palette_size, 3)); in SetImage() 271 mask_buf.reset(FX_Alloc2D(uint8_t, maskHeight, maskWidth)); in SetImage() 288 FX_Alloc2D(uint8_t, dest_pitch, BitmapHeight)); in SetImage()
|
/external/pdfium/core/fxcrt/ |
D | fx_memory.h | 37 #define FX_Alloc2D(type, w, h) \ macro
|
D | fx_memory_unittest.cpp | 58 EXPECT_DEATH_IF_SUPPORTED(ptr = FX_Alloc2D(int, kWidth, kOverflowIntAlloc2D), in TEST()
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedCodaBarWriter.cpp | 138 uint8_t* result = FX_Alloc2D(uint8_t, m_iWideNarrRatio * 7, data.GetLength()); in EncodeImpl()
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image.cpp | 54 FX_Alloc2D(uint8_t, m_nStride, m_nHeight))); in CJBig2_Image() 84 FX_Alloc2D(uint8_t, m_nStride, m_nHeight))); in CJBig2_Image()
|
/external/pdfium/core/fxcodec/flate/ |
D | flatemodule.cpp | 34 return FX_Alloc2D(uint8_t, items, size); in my_alloc_func() 374 FX_Alloc2D(uint8_t, row_size, row_count)); in PNG_Predictor()
|
/external/pdfium/core/fxcodec/jpeg/ |
D | jpegmodule.cpp | 638 line_buf = FX_Alloc2D(uint8_t, width, nComponents); in JpegEncode()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 642 dst8Storage.reset(FX_Alloc2D(uint8_t, width, height)); in Upsample() 658 dst32Storage.reset(FX_Alloc2D(uint32_t, width, height)); in Upsample() 680 dst32Storage.reset(FX_Alloc2D(uint32_t, width, height)); in Upsample() 1570 FX_Alloc2D(SkScalar, count, sizeof(SkScalar))); in PaintStroke()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 975 LPBYTE pData = FX_Alloc2D(BYTE, dest_pitch, height); in LoadDIBitmap()
|