HomeSort by relevance Sort by last modified time
    Searched full:skbitmap (Results 851 - 875 of 2021) sorted by null

<<31323334353637383940>>

  /external/chromium_org/media/webm/chromeos/
webm_encoder.h 21 class SkBitmap;
45 bool EncodeFromSprite(const SkBitmap& sprite, int fps_n, int fps_d);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DeferredImageDecoderTest.cpp 64 SkAutoTUnref<SkBaseDevice> device(new SkBitmapDevice(SkBitmap::kARGB_8888_Config, width, height));
172 SkBitmap canvasBitmap;
173 canvasBitmap.setConfig(SkBitmap::kARGB_8888_Config, 100, 100);
183 SkBitmap scaledBitmap = image->resizedBitmap(SkISize::Make(50, 51), SkIRect::MakeWH(50, 51));
198 SkBitmap canvasBitmap;
199 canvasBitmap.setConfig(SkBitmap::kARGB_8888_Config, 100, 100);
231 SkBitmap canvasBitmap;
232 canvasBitmap.setConfig(SkBitmap::kARGB_8888_Config, 100, 100);
ImageBufferSurface.h 41 class SkBitmap;
58 virtual const SkBitmap& bitmap() const;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
GaneshUtils.cpp 39 bool ensureTextureBackedSkBitmap(GrContext* gr, SkBitmap& bitmap, const IntSize& size, GrSurfaceOrigin origin, GrPixelConfig config)
64 bitmap.setConfig(SkBitmap::kARGB_8888_Config, size.width(), size.height());
  /external/chromium_org/third_party/skia/include/core/
SkImageGenerator.h 14 class SkBitmap;
39 SkBitmap* destination,
SkPicture.h 13 #include "SkBitmap.h"
48 * Function signature defining a function that sets up an SkBitmap from encoded data. On
49 * success, the SkBitmap should have its Config, width, height, rowBytes and pixelref set.
55 * @param dst SkBitmap to install the pixel ref on.
58 typedef bool (*InstallPixelRefProc)(const void* src, size_t length, SkBitmap* dst);
171 * Function to encode an SkBitmap to an SkData. A function with this
174 * SkBitmap::flatten() to store the bitmap.
180 typedef SkData* (*EncodeBitmap)(size_t* pixelRefOffset, const SkBitmap& bm);
  /external/chromium_org/third_party/skia/src/images/
SkImageRef_GlobalPool.cpp 48 SkBitmap* bitmap, SkBitmap::Config config,
SkScaledBitmapSampler.h 15 class SkBitmap;
40 bool begin(SkBitmap* dst, SrcConfig sc, const SkImageDecoder& decoder,
  /external/chromium_org/third_party/skia/src/lazy/
SkCachingPixelRef.cpp 13 SkBitmap* dst) {
51 SkBitmap bitmap;
  /external/chromium_org/ui/base/dragdrop/
drag_utils_win.cc 13 #include "third_party/skia/include/core/SkBitmap.h"
42 static HBITMAP CreateHBITMAPFromSkBitmap(const SkBitmap& sk_bitmap) {
  /external/chromium_org/webkit/common/cursors/
webcursor_aurax11.cc 24 SkBitmap bitmap;
25 bitmap.setConfig(SkBitmap::kARGB_8888_Config,
  /external/skia/bench/
BlurImageFilterBench.cpp 57 fCheckerboard.setConfig(SkBitmap::kARGB_8888_Config, w, h);
82 SkBitmap fCheckerboard;
SkipZeroesBench.cpp 9 #include "SkBitmap.h"
83 SkBitmap bm;
benchmain.cpp 50 static void erase(SkBitmap& bm) {
51 if (bm.config() == SkBitmap::kA8_Config) {
104 const SkBitmap& bm) {
105 SkBitmap copy;
106 if (!bm.copyTo(&copy, SkBitmap::kARGB_8888_Config)) {
110 if (bm.config() == SkBitmap::kA8_Config) {
161 static SkBaseDevice* make_device(SkBitmap::Config config, const SkIPoint& size,
164 SkBitmap bitmap;
217 SkBitmap::Config config;
224 { SkBitmap::kNo_Config, "NONRENDERING", 0, SkBenchmark::kNonRendering_Backend, kNative, true}
    [all...]
  /external/skia/gm/
bigmatrix.cpp 61 SkBitmap bmp;
62 bmp.setConfig(SkBitmap::kARGB_8888_Config, 2, 2);
bitmapsource.cpp 25 fBitmap.setConfig(SkBitmap::kARGB_8888_Config, 100, 100);
85 SkBitmap fBitmap;
deviceproperties.cpp 40 SkBitmap bitmap;
41 bitmap.setConfig(SkBitmap::kARGB_8888_Config, size.width(), size.height());
morphology.cpp 29 fBitmap.setConfig(SkBitmap::kARGB_8888_Config, 135, 135);
98 SkBitmap fBitmap;
samplerstress.cpp 50 fTexture.setConfig(SkBitmap::kARGB_8888_Config,
147 SkBitmap fTexture;
  /external/skia/include/core/
SkImageGenerator.h 14 class SkBitmap;
39 SkBitmap* destination,
SkPicture.h 13 #include "SkBitmap.h"
48 * Function signature defining a function that sets up an SkBitmap from encoded data. On
49 * success, the SkBitmap should have its Config, width, height, rowBytes and pixelref set.
55 * @param dst SkBitmap to install the pixel ref on.
58 typedef bool (*InstallPixelRefProc)(const void* src, size_t length, SkBitmap* dst);
171 * Function to encode an SkBitmap to an SkData. A function with this
174 * SkBitmap::flatten() to store the bitmap.
180 typedef SkData* (*EncodeBitmap)(size_t* pixelRefOffset, const SkBitmap& bm);
  /external/skia/src/images/
SkImageRef_GlobalPool.cpp 48 SkBitmap* bitmap, SkBitmap::Config config,
SkScaledBitmapSampler.h 15 class SkBitmap;
40 bool begin(SkBitmap* dst, SrcConfig sc, const SkImageDecoder& decoder,
  /external/skia/src/lazy/
SkCachingPixelRef.cpp 13 SkBitmap* dst) {
51 SkBitmap bitmap;
  /external/skia/tests/
AnnotationTest.cpp 29 SkBitmap bm;
30 bm.setConfig(SkBitmap::kARGB_8888_Config, 10, 10);

Completed in 920 milliseconds

<<31323334353637383940>>