Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_basic_util_unittest.cpp24 TEST(fxge, GetBits32) { in TEST() argument
29 GetBits32(data, bitpos, nbits)); in TEST()
Dfx_basic_util.cpp235 uint32_t GetBits32(const uint8_t* pData, int bitpos, int nbits) { in GetBits32() function
Dfx_basic.h557 uint32_t GetBits32(const uint8_t* pData, int bitpos, int nbits);
/external/pdfium/core/fpdfapi/page/
Dfpdf_page_func.cpp582 GetBits32(pSampleData, bitpos.ValueOrDie(), m_nBitsPerSample); in v_Call()
597 GetBits32(pSampleData, bitpos2.ValueOrDie(), m_nBitsPerSample); in v_Call()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp408 int sample = GetBits32(pSampleData, (i * 3 + j) * sampleSize, sampleSize); in AddSamples()