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

  /external/pdfium/core/src/fxge/dib/
dib_int.h 39 m_pWeightTables = NULL;
43 if(m_pWeightTables) {
44 FX_Free(m_pWeightTables);
46 m_pWeightTables = NULL;
51 return (PixelWeight*)(m_pWeightTables + (pixel - m_DestMin) * m_ItemSize);
54 FX_LPBYTE m_pWeightTables;
fx_dib_engine.cpp 14 if (m_pWeightTables) {
15 FX_Free(m_pWeightTables);
16 m_pWeightTables = NULL;
31 m_pWeightTables = FX_AllocNL(FX_BYTE, (dest_max - dest_min) * m_ItemSize + 4);
32 if (m_pWeightTables == NULL) {
35 FXSYS_memset32(m_pWeightTables, 0, sizeof(FX_BYTE) * ((dest_max - dest_min)*m_ItemSize + 4));
336 if (m_WeightTable.m_pWeightTables == NULL) {
555 if (table.m_pWeightTables == NULL) {
    [all...]

Completed in 68 milliseconds