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

  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp 191 if (GetBPP() == 1 && rect.left % 8 != 0) {
204 int copy_len = (pNewBitmap->GetWidth() * pNewBitmap->GetBPP() + 7) / 8;
221 if (GetBPP() == 1) {
230 } else if (GetBPP() == 8) {
258 ASSERT((GetBPP() == 1 || GetBPP() == 8) && !IsAlphaMask());
263 if (GetBPP() == 1) {
268 if (GetBPP() == 1) {
275 ASSERT((GetBPP() == 1 || GetBPP() == 8) && !IsAlphaMask())
    [all...]
fx_dib_convert.cpp 110 int bpp = pBitmap->GetBPP() / 8;
273 int Bpp = pSrcBitmap->GetBPP() / 8;
310 if (pSrcBitmap->GetBPP() == 1) {
368 int bpp = pSrcBitmap->GetBPP() / 8;
619 int comps = pSrcBitmap->GetBPP() / 8;
fx_dib_transform.cpp 205 if (GetBPP() == 1) {
224 int nBytes = GetBPP() / 8;
634 int Bpp = m_Storer.GetBitmap()->GetBPP() / 8;
653 int destBpp = pTransformed->GetBPP() / 8;
761 int destBpp = pTransformed->GetBPP() / 8;
    [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_dib.cpp 17 if (pBitmap->GetBPP() == 1 || pBitmap->GetBPP() == 8) {
18 len += sizeof(DWORD) * (int)(1 << pBitmap->GetBPP());
23 pbmih->biBitCount = pBitmap->GetBPP();
28 if (pBitmap->GetBPP() == 8) {
40 if (pBitmap->GetBPP() == 1) {
fx_win32_print.cpp 108 if (pSource->GetBPP() != 1 || alpha != 255)
169 (pSource->IsAlphaMask() && (pSource->GetBPP() != 1))) {
cfx_psrenderer.cpp 379 if (pSource->IsAlphaMask() && (alpha < 255 || pSource->GetBPP() != 1))
389 if (pSource->GetBPP() == 1 && !pSource->GetPalette()) {
451 int bpp = pConverted->GetBPP() / 8;
fx_win32_gdipext.cpp 528 ASSERT(pBitmap->GetBPP() == 1);
614 if (pBitmap->GetBPP() == 1 && (pSrcRect->left % 8)) {
625 pBitmap->GetBPP() * pSrcRect->left / 8;
    [all...]
fx_win32_device.cpp     [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 300 switch (pDIBitmap->GetBPP()) {
350 if (pDIBitmap->GetBPP() != 1 || spp != 1 || bps != 1 ||
378 if (pDIBitmap->GetBPP() != 8 || spp != 1 || (bps != 4 && bps != 8) ||
414 if (pDIBitmap->GetBPP() != 24 || !IsSupport(pDIBitmap))
447 if (pDIBitmap->GetBPP() == 32) {
fx_codec_progress.cpp 422 int32_t src_Bpp = pDIBitmap->GetBPP() >> 3;
486 int32_t des_Bpp = pDeviceBitmap->GetBPP() >> 3;
680 int Bpp = pDevice->GetBPP() / 8;
759 int des_Bpp = pDIBitmap->GetBPP() >> 3;
780 int des_Bpp = pDeviceBitmap->GetBPP() >> 3;
933 int des_Bpp = pDeviceBitmap->GetBPP() >> 3;
    [all...]
fx_codec_jpeg.cpp 501 int Bpp = pSource->GetBPP() / 8;
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 68 int Bpp = pBitmap->GetBPP() / 8;
264 SkASSERT(bitmap->GetBPP() == 8 || bitmap->GetBPP() == 32);
265 if (bitmap->GetBPP() == 32) {
270 SkASSERT(device->GetBPP() == 8 || device->GetBPP() == 32);
271 if (device->GetBPP() == 32) {
580 switch (pSource->GetBPP()) {
    [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 45 x * pBitmap->GetBPP() / 8;
73 int Bpp = pBitmap->GetBPP() / 8;
149 int Bpp = pBitmap->GetBPP() / 8;
478 return m_pBitmap->GetBPP();
488 if (m_pBitmap->GetBPP() == 1) {
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_type3cache.cpp 58 int bpp = pBitmap->GetBPP();
cpdf_imagerenderer.cpp 391 if (!(m_Flags & RENDER_FORCE_DOWNSAMPLE) && m_pDIBSource->GetBPP() > 1) {
392 FX_SAFE_SIZE_T image_size = m_pDIBSource->GetBPP();
cpdf_renderstatus.cpp     [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_image.cpp 173 const int32_t bpp = pBitmap->GetBPP();
  /external/pdfium/core/fxge/
fx_dib.h 194 int GetBPP() const { return m_bpp; }
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 217 const int Bpp = has_alpha ? 4 : bitmap->GetBPP() / 8;
    [all...]

Completed in 151 milliseconds