HomeSort by relevance Sort by last modified time
    Searched refs:allocPixels (Results 1 - 25 of 30) sorted by null

1 2

  /external/skia/xcode/hostapp/
test.cpp 35 bitmap.allocPixels();
  /external/webkit/WebCore/platform/graphics/skia/
PatternSkia.cpp 87 bm2.allocPixels();
  /external/webkit/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 73 if (!m_bitmap.allocPixels())
  /external/skia/tests/
BlitRowTest.cpp 126 srcBM.allocPixels();
131 dstBM.allocPixels();
209 srcBM.allocPixels();
219 dstBM0.allocPixels();
220 dstBM1.allocPixels();
BitmapCopyTest.cpp 110 src.allocPixels(ct);
  /external/skia/bench/
RepeatTileBench.cpp 64 dst->allocPixels(ctable);
94 bm.allocPixels();
FPSBench.cpp 54 fBitmap.allocPixels();
BitmapBench.cpp 68 dst->allocPixels(ctable);
112 bm.allocPixels();
benchmain.cpp 150 bm2.allocPixels();
338 bm.allocPixels();
  /external/skia/gm/
xfermodes.cpp 10 src->allocPixels();
25 dst->allocPixels();
56 fBitmap.allocPixels();
bitmapfilters.cpp 12 bm->allocPixels(ctable);
tilemodes.cpp 19 bm->allocPixels();
gmmain.cpp 154 bitmap.allocPixels();
  /external/skia/include/core/
SkBitmap.h 205 bool allocPixels(SkColorTable* ctable = NULL) {
206 return this->allocPixels(NULL, ctable);
228 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
424 allocPixels().
  /external/skia/src/animator/
SkDrawBitmap.cpp 102 fBitmap.allocPixels();
  /external/skia/src/gl/
SkGLCanvas.cpp 74 bitmap.allocPixels();
  /external/skia/src/images/
SkImageDecoder_libpvjpeg.cpp 121 bitmap->allocPixels();
SkImageDecoder.cpp 110 return bitmap->allocPixels(fAllocator, ctable);
SkMovie_gif.cpp 147 if (!bm->allocPixels(colorTable)) {
  /external/skia/src/core/
SkBitmap.cpp 327 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) {
664 bm.allocPixels(this->getColorTable());
757 if (!tmp.allocPixels(alloc, ctable)) {
1141 dst->allocPixels();
1160 dst->allocPixels();
    [all...]
SkGraphics.cpp 123 bm.allocPixels();
  /external/skia/src/views/
SkWindow.cpp 74 fBitmap.allocPixels();
  /external/webkit/WebKit/android/jni/
WebCoreJniOnLoad.cpp 274 bmp.allocPixels();
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 220 if (!bitmap->allocPixels()) {
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 116 m_referenceBitmap.allocPixels();

Completed in 248 milliseconds

1 2