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/skia/src/utils/mac/
SkBitmap_Mac.cpp 75 size_t bitsPerComp;
88 bitsPerComp = 8;
93 bitsPerComp = 4;
99 bitsPerComp = 5;
108 return CGImageCreate(bm.width(), bm.height(), bitsPerComp, bitsPerPixel,
  /external/skia/src/pdf/
SkPDFImage.cpp 328 int bitsPerComp = 8;
330 bitsPerComp = 4;
332 bitsPerComp = 1;
334 insertInt("BitsPerComponent", bitsPerComp);

Completed in 391 milliseconds