HomeSort by relevance Sort by last modified time
    Searched full:lockpixels (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/skia/src/gpu/
SkGrTexturePixelRef.cpp 17 // since we call lockPixels recursively on fBitmap, we need a distinct mutex,
32 // SkDebugf("---------- calling readpixels in support of lockpixels\n");
37 fBitmap.lockPixels();
  /external/chromium/webkit/glue/
webkit_glue_unittest.cc 29 image.lockPixels();
  /external/skia/gm/
tinybitmap.cpp 28 bm.lockPixels();
nocolorbleed.cpp 37 sprite.lockPixels();
  /external/skia/include/core/
SkPixelRef.h 49 access the actual pixel memory by calling lockPixels/unlockPixels.
57 /** Return the pixel memory returned from lockPixels, or null if the
74 void lockPixels();
75 /** Call to balanace a previous call to lockPixels(). Returns the pixels
83 * Some bitmaps can return a copy of their pixels for lockPixels(), but
SkBitmap.h 315 void lockPixels() const;
317 previous call to lockPixels(). This allows pixelrefs that implement
324 * Some bitmaps can return a copy of their pixels for lockPixels(), but
413 * does not have any pixels (or has not be locked with lockPixels()).
596 // or a cache of the returned value from fPixelRef->lockPixels()
730 bm.lockPixels();
    [all...]
  /external/skia/samplecode/
SampleImage.cpp 87 bool success = bm.lockPixels();
92 success = bm.lockPixels();
SampleDash.cpp 22 bm.lockPixels();
SampleTinyBitmap.cpp 29 bm.lockPixels();
SampleBlur.cpp 29 bm.lockPixels();
SampleDitherBitmap.cpp 69 bm.lockPixels();
  /external/skia/src/core/
SkBlitter_Sprite.cpp 14 fSource->lockPixels();
SkBitmapProcShader.cpp 45 fRawBitmap.lockPixels();
97 fState.fOrigBitmap.lockPixels();
SkBitmap.cpp 328 void SkBitmap::lockPixels() const {
330 fPixelRef->lockPixels();
442 // since we're already allocated, we lockPixels right away
443 dst->lockPixels();
536 this->lockPixels();
537 // if lockPixels failed, we may not have a ctable ptr
1138 srcBM.lockPixels();
    [all...]
SkDevice.cpp 67 void SkDevice::lockPixels() {
69 fBitmap.lockPixels();
  /external/webkit/Source/WebCore/platform/chromium/
DragImageChromiumSkia.cpp 77 image->lockPixels();
  /frameworks/base/native/graphics/jni/
bitmap.cpp 68 bm->lockPixels();
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 63 bitmap->lockPixels();
181 bm->lockPixels();
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 124 bm.lockPixels();
  /external/skia/include/images/
SkImageRef.h 46 not set its pixels or colortable. Use SkPixelRef::lockPixels() for that.
  /external/skia/src/ports/
SkImageDecoder_CG.cpp 77 bm->lockPixels();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.cpp 70 m_bitmap->lockPixels();
  /external/webkit/Source/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 53 m_bitmap.lockPixels();
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 388 bitmap.lockPixels();
502 bitmap.lockPixels();
528 bitmap.lockPixels();
555 bitmap.lockPixels();
625 sourceBitmap.lockPixels();
626 subset.lockPixels();
  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 168 bitmap_.lockPixels();
282 bitmap.lockPixels();

Completed in 406 milliseconds

1 2 3