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

  /external/skia/tests/
DeviceTest.cpp 44 bm.tryAllocN32Pixels(kWidth, kHeight);
88 SkAssertResult(bm.tryAllocN32Pixels(kWidth, kHeight));
DrawBitmapRectTest.cpp 186 if (bm.tryAllocN32Pixels(width, height)) {
  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 372 if (!bm->tryAllocN32Pixels(width, height)) {
376 if (!fBackup.tryAllocN32Pixels(width, height)) {
  /external/skia/include/core/
SkBitmap.h 279 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false) {
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 865 if (!bitmap->tryAllocN32Pixels(r.width(), r.height())) {
    [all...]

Completed in 93 milliseconds