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

1 2 3 4

  /external/skia/src/gpu/
SkGrTexturePixelRef.cpp 49 dst->allocPixels();
93 dst->allocPixels();
  /external/chromium/chrome/browser/webdata/
web_apps_table_unittest.cc 75 image.allocPixels();
87 image.allocPixels();
114 image.allocPixels();
  /external/skia/samplecode/
SampleStrokeText.cpp 43 src.allocPixels();
54 dst->allocPixels();
94 dst->allocPixels();
SampleBitmapRect.cpp 23 bm.allocPixels();
SampleLayerMask.cpp 33 mask.allocPixels();
SampleTinyBitmap.cpp 19 bm.allocPixels(ctable);
SampleXfermodes.cpp 41 bm1.setConfig(SkBitmap::kRGB_565_Config, width, 256); bm1.allocPixels(NULL);
42 bm2.setConfig(SkBitmap::kRGB_565_Config, width, 256); bm2.allocPixels(NULL);
43 bm3.setConfig(SkBitmap::kRGB_565_Config, width, 256); bm3.allocPixels(NULL);
87 src->allocPixels();
102 dst->allocPixels();
SampleMipMap.cpp 11 bitmap.allocPixels();
65 bg.allocPixels();
SampleDash.cpp 14 bm.allocPixels();
SampleExtractAlpha.cpp 18 bm.allocPixels(ctable);
SampleRepeatTile.cpp 11 bm->allocPixels();
SampleTextureDomain.cpp 9 bm.allocPixels();
SampleEncode.cpp 26 device.allocPixels();
43 bm->allocPixels();
61 bm->allocPixels(ctable);
  /external/chromium/chrome/browser/themes/
theme_service_gtk.cc 57 skia_bitmap->allocPixels();
  /external/skia/tests/
DrawBitmapRectTest.cpp 25 bm->allocPixels();
BlitRowTest.cpp 126 srcBM.allocPixels();
131 dstBM.allocPixels();
209 srcBM.allocPixels();
220 dstBM0.allocPixels();
221 dstBM1.allocPixels();
  /external/webkit/Source/WebCore/platform/graphics/skia/
PatternSkia.cpp 87 bm2.allocPixels();
  /external/webkit/Source/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 93 if (!m_bitmap.allocPixels())
  /external/skia/bench/
RepeatTileBench.cpp 64 dst->allocPixels(ctable);
94 bm.allocPixels();
  /external/skia/gm/
nocolorbleed.cpp 33 sprite.allocPixels();
  /external/webkit/Source/WebCore/platform/graphics/android/
RasterRenderer.cpp 80 g_bitmap->allocPixels();
  /external/webkit/Source/WebKit/chromium/tests/
DragImageTest.cpp 58 m_nativeImage->allocPixels();
  /external/chromium/chrome/browser/speech/
speech_input_bubble.cc 74 empty_spinner.allocPixels();
127 mic_image_->allocPixels();
133 buffer_image_->allocPixels();
  /external/skia/include/core/
SkBitmap.h 269 bool allocPixels(SkColorTable* ctable = NULL) {
270 return this->allocPixels(NULL, ctable);
292 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
538 allocPixels().
  /development/samples/BrowserPlugin/jni/animation/
AnimationThread.cpp 66 bitmap->allocPixels();

Completed in 867 milliseconds

1 2 3 4