HomeSort by relevance Sort by last modified time
    Searched refs:FX_Alloc2D (Results 1 - 25 of 25) sorted by null

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

Completed in 339 milliseconds