Home
last modified time | relevance | path

Searched refs:GetBits32 (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_extension_unittest.cpp106 TEST(fxcrt, GetBits32) { in TEST() argument
111 GetBits32(data, bitpos, nbits)); in TEST()
Dfx_extension.h89 uint32_t GetBits32(const uint8_t* pData, int bitpos, int nbits);
Dfx_extension.cpp125 uint32_t GetBits32(const uint8_t* pData, int bitpos, int nbits) { in GetBits32() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_sampledfunc.cpp133 GetBits32(pSampleData, bitpos.ValueOrDie(), m_nBitsPerSample); in v_Call()
148 GetBits32(pSampleData, bitpos2.ValueOrDie(), m_nBitsPerSample); in v_Call()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp413 int sample = GetBits32(pSampleData, (i * 3 + j) * sampleSize, sampleSize); in AddSamples()