Searched defs:bitmapBytes (Results 1 - 3 of 3) sorted by relevance

/external/skia/dm/
H A DDMWriteTask.cpp98 const size_t bitmapBytes = info.getSafeSize(rowBytes); local
99 if (data->size() < bitmapBytes) {
104 const size_t offset = data->size() - bitmapBytes;
106 SkData::NewSubset(data, offset, bitmapBytes));
/external/skia/src/core/
H A DSkPicturePlayback.cpp76 size_t overallBytes, bitmapBytes, matricesBytes, local
78 int bitmaps = record.bitmaps(&bitmapBytes);
87 SkDebugf("bitmaps size %zd (bitmaps:%d) ", bitmapBytes, bitmaps);
150 bitmaps = fPlayback->bitmaps(&bitmapBytes);
157 SkDebugf("bitmaps size %zd (bitmaps:%d) ", bitmapBytes, bitmaps);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 245 milliseconds