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

  /external/skia/src/core/
SkBitmap.cpp 536 if (!this->requestLock(&result)) {
615 if (!this->requestLock(&result)) {
703 if (!this->requestLock(&src)) {
716 if (!this->requestLock(&dst)) {
742 if (!this->requestLock(&srcUnlocker)) {
791 if (!tmpDst.requestLock(&dstUnlocker)) {
848 if (!src.requestLock(&apl)) {
968 if (!bitmap.requestLock(&result)) {
    [all...]
SkBitmapController.cpp 133 if (!orig.requestLock(&src)) {
SkPixelRef.cpp 190 bool SkPixelRef::requestLock(const LockRequest& request, LockResult* result) {
SkWriteBuffer.cpp 158 if (fPixelSerializer && bitmap.requestLock(&result)) {
SkDraw.cpp     [all...]
SkMipMap.cpp 685 if (!src.requestLock(&srcUnlocker)) {
SkCanvas.cpp 844 if (bitmap->requestLock(&unlocker)) {
887 if (bitmap.requestLock(&unlocker)) {
    [all...]
  /external/skia/include/core/
SkPixelRef.h 193 bool requestLock(const LockRequest&, LockResult*);
SkBitmap.h 222 return bm.requestLock(&result) && result.pixmap().computeIsOpaque();
475 bool requestLock(SkAutoPixmapUnlock* result) const;
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyResultMapper.java 317 Boolean requestLock = request.get(CaptureRequest.CONTROL_AE_LOCK);
318 if (requestLock != null && requestLock != lock) {
320 "mapAe - android.control.aeLock was requested to " + requestLock +
  /external/skia/src/image/
SkImage.cpp 121 bm.requestLock(&apu)) {
  /external/skia/src/gpu/
SkGr.cpp 210 if (!bitmap.requestLock(&srcUnlocker)) {
  /external/skia/src/pdf/
SkPDFBitmap.cpp 508 bm.requestLock(&apu)) {
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 762 if (!src.requestLock(&srcUnlocker)) {
    [all...]

Completed in 1510 milliseconds