Home
last modified time | relevance | path

Searched refs:bitsPerComp (Results 1 – 1 of 1) sorted by relevance

/development/ide/xcode/ports/
DSkBitmap_Mac.cpp68 size_t bitsPerComp; in bitmap2imageref() local
81 bitsPerComp = 8; in bitmap2imageref()
86 bitsPerComp = 4; in bitmap2imageref()
92 bitsPerComp = 5; in bitmap2imageref()
101 return CGImageCreate(bm.width(), bm.height(), bitsPerComp, bitsPerPixel, in bitmap2imageref()