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

  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 68 size_t bitsPerComp;
81 bitsPerComp = 8;
86 bitsPerComp = 4;
92 bitsPerComp = 5;
101 return CGImageCreate(bm.width(), bm.height(), bitsPerComp, bitsPerPixel,
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImage.cpp 315 int bitsPerComp = 8;
317 bitsPerComp = 4;
319 bitsPerComp = 1;
321 insertInt("BitsPerComponent", bitsPerComp);
  /external/skia/src/pdf/
SkPDFImage.cpp 315 int bitsPerComp = 8;
317 bitsPerComp = 4;
319 bitsPerComp = 1;
321 insertInt("BitsPerComponent", bitsPerComp);

Completed in 686 milliseconds