HomeSort by relevance Sort by last modified time
    Searched refs:bitsPerComp (Results 1 - 2 of 2) 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 68 size_t bitsPerComp;
81 bitsPerComp = 8;
86 bitsPerComp = 4;
92 bitsPerComp = 5;
101 return CGImageCreate(bm.width(), bm.height(), bitsPerComp, bitsPerPixel,

Completed in 34 milliseconds