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

  /external/chromium_org/third_party/skia/src/utils/mac/
SkCreateCGImageRef.cpp 18 size_t* bitsPerComponent,
32 *bitsPerComponent = 8;
66 *bitsPerComponent = 5;
71 *bitsPerComponent = 4;
86 size_t* bitsPerComponent,
89 if (!getBitmapInfo(bm, bitsPerComponent, info, &upscaleTo32)) {
107 size_t bitsPerComponent SK_INIT_TO_AVOID_WARNING;
110 SkBitmap* bitmap = prepareForImageRef(bm, &bitsPerComponent, &info);
132 CGImageRef ref = CGImageCreate(w, h, bitsPerComponent,
215 size_t bitsPerComponent;
    [all...]
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 18 size_t* bitsPerComponent,
32 *bitsPerComponent = 8;
66 *bitsPerComponent = 5;
71 *bitsPerComponent = 4;
86 size_t* bitsPerComponent,
89 if (!getBitmapInfo(bm, bitsPerComponent, info, &upscaleTo32)) {
107 size_t bitsPerComponent SK_INIT_TO_AVOID_WARNING;
110 SkBitmap* bitmap = prepareForImageRef(bm, &bitsPerComponent, &info);
132 CGImageRef ref = CGImageCreate(w, h, bitsPerComponent,
215 size_t bitsPerComponent;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp 196 int bitsPerComponent = screenDepthPerComponent(frame->page()->mainFrame()->view());
199 return numberValue(value, number) && compareValue(bitsPerComponent, static_cast<int>(number), op);
201 return bitsPerComponent != 0;
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 322 milliseconds