HomeSort by relevance Sort by last modified time
    Searched defs:bpc (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_new.cpp 514 int bpc = m_pLastCloneImageDict->GetInteger(FX_BSTRC("BitsPerComponent")); local
523 int pitch = (width * bpc * nComponents + 7) / 8;
fpdf_page_parser_old.cpp 247 int bpc = pDecoder->GetBPC(); local
250 int pitch = (width * ncomps * bpc + 7) / 8;
327 FX_DWORD bpc = pDict->GetInteger(FX_BSTRC("BitsPerComponent")); local
337 if (bpc && pitch > INT_MAX / bpc) {
340 pitch *= bpc;
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
jp2.h 171 OPJ_UINT32 bpc; member in struct:opj_jp2
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 577 int nComps, int bpc, const CPDF_Dictionary* pParams);
594 int comps, bpc; local
596 if (pJpegModule->LoadInfo(src_data, src_size, m_Width, m_Height, comps, bpc, bTransform)) {
598 m_bpc = bpc;
917 FX_DWORD bpc = m_bpc; local
973 FX_DWORD bpc = GetValidBpp(); local
1031 FX_DWORD bpc = GetValidBpp(); local
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 374 int bpc, const SkString& colorSpace,
385 if ((colorSpace.equals("DeviceRGB") || colorSpace.equals("RGB")) && bpc == 8) {
402 else if ((colorSpace.equals("DeviceGray") || colorSpace.equals("Gray")) && bpc == 8) {
437 int bpc = (int)image->BitsPerComponent(pdfContext->fPdfDoc); local
483 if (bpc != 0 && bpc != 1) {
487 bpc = 1;
539 (int)bpc, colorSpace,
    [all...]
  /external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 374 int bpc, const SkString& colorSpace,
385 if ((colorSpace.equals("DeviceRGB") || colorSpace.equals("RGB")) && bpc == 8) {
402 else if ((colorSpace.equals("DeviceGray") || colorSpace.equals("Gray")) && bpc == 8) {
437 int bpc = (int)image->BitsPerComponent(pdfContext->fPdfDoc); local
483 if (bpc != 0 && bpc != 1) {
487 bpc = 1;
539 (int)bpc, colorSpace,
    [all...]

Completed in 962 milliseconds