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

1 2

  /external/chromium_org/third_party/skia/gm/
tinybitmap.cpp 16 static SkBitmap make_bitmap() { function in namespace:skiagm
46 SkBitmap bm = make_bitmap();
morphology.cpp 28 void make_bitmap() { function in class:skiagm::MorphologyGM
57 make_bitmap();
downsamplebitmap.cpp 62 make_bitmap();
66 virtual void make_bitmap() = 0;
108 virtual void make_bitmap() SK_OVERRIDE {
143 virtual void make_bitmap() SK_OVERRIDE {
174 virtual void make_bitmap() SK_OVERRIDE {
ninepatchstretch.cpp 10 static void make_bitmap(SkBitmap* bitmap, SkIRect* center) { function
62 make_bitmap(&bm, &center);
lighting.cpp 31 void make_bitmap() { function in class:skiagm::ImageLightingGM
58 make_bitmap();
matrixconvolution.cpp 30 void make_bitmap() { function in class:skiagm::MatrixConvolutionGM
86 make_bitmap();
offsetimagefilter.cpp 29 void make_bitmap() { function in class:skiagm::OffsetImageFilterGM
90 make_bitmap();
tileimagefilter.cpp 31 void make_bitmap() { function in class:skiagm::TileImageFilterGM
70 make_bitmap();
  /external/skia/gm/
tinybitmap.cpp 16 static SkBitmap make_bitmap() { function in namespace:skiagm
46 SkBitmap bm = make_bitmap();
morphology.cpp 28 void make_bitmap() { function in class:skiagm::MorphologyGM
57 make_bitmap();
downsamplebitmap.cpp 62 make_bitmap();
66 virtual void make_bitmap() = 0;
108 virtual void make_bitmap() SK_OVERRIDE {
143 virtual void make_bitmap() SK_OVERRIDE {
174 virtual void make_bitmap() SK_OVERRIDE {
ninepatchstretch.cpp 10 static void make_bitmap(SkBitmap* bitmap, SkIRect* center) { function
62 make_bitmap(&bm, &center);
lighting.cpp 31 void make_bitmap() { function in class:skiagm::ImageLightingGM
58 make_bitmap();
  /external/chromium_org/third_party/skia/samplecode/
SampleTinyBitmap.cpp 15 static SkBitmap make_bitmap() { function
45 fBM = make_bitmap();
SampleRepeatTile.cpp 14 static void make_bitmap(SkBitmap* bm) { function
38 make_bitmap(&bm);
SampleTextureDomain.cpp 14 static SkBitmap make_bitmap() { function
33 fBM = make_bitmap();
SampleBlur.cpp 17 static SkBitmap make_bitmap() { function
58 fBM = make_bitmap();
SampleDitherBitmap.cpp 55 static SkBitmap make_bitmap() { function
86 fBM8 = make_bitmap();
  /external/chromium_org/third_party/skia/tests/
MipMapTest.cpp 13 static void make_bitmap(SkBitmap* bm, SkRandom& rand) { function
27 make_bitmap(&bm, rand);
  /external/skia/samplecode/
SampleTinyBitmap.cpp 15 static SkBitmap make_bitmap() { function
45 fBM = make_bitmap();
SampleRepeatTile.cpp 14 static void make_bitmap(SkBitmap* bm) { function
38 make_bitmap(&bm);
SampleTextureDomain.cpp 14 static SkBitmap make_bitmap() { function
33 fBM = make_bitmap();
  /external/skia/tests/
MipMapTest.cpp 13 static void make_bitmap(SkBitmap* bm, SkRandom& rand) { function
27 make_bitmap(&bm, rand);
  /external/chromium_org/third_party/skia/bench/
MergeBench.cpp 29 make_bitmap();
54 void make_bitmap() { function in class:MergeBench
  /external/skia/bench/
MergeBench.cpp 29 make_bitmap();
54 void make_bitmap() { function in class:MergeBench

Completed in 259 milliseconds

1 2