Searched refs:GetBits32 (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_extension_unittest.cpp | 106 TEST(fxcrt, GetBits32) { in TEST() argument 111 GetBits32(data, bitpos, nbits)); in TEST()
|
D | fx_extension.h | 89 uint32_t GetBits32(const uint8_t* pData, int bitpos, int nbits);
|
D | fx_extension.cpp | 125 uint32_t GetBits32(const uint8_t* pData, int bitpos, int nbits) { in GetBits32() function
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_sampledfunc.cpp | 133 GetBits32(pSampleData, bitpos.ValueOrDie(), m_nBitsPerSample); in v_Call() 148 GetBits32(pSampleData, bitpos2.ValueOrDie(), m_nBitsPerSample); in v_Call()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 413 int sample = GetBits32(pSampleData, (i * 3 + j) * sampleSize, sampleSize); in AddSamples()
|