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

<<21222324252627282930>>

  /external/skia/src/core/
SkPaintPriv.cpp 10 #include "SkBitmap.h"
16 const SkBitmap* bmpReplacesShader) {
SkValidatingReadBuffer.h 18 class SkBitmap;
59 virtual void readBitmap(SkBitmap* bitmap) SK_OVERRIDE;
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 9 #include "SkBitmap.h"
84 const SkBitmap& source,
86 SkBitmap* result,
88 SkBitmap src = source;
93 if (src.config() != SkBitmap::kARGB_8888_Config) {
168 bool SkBicubicImageFilter::filterImageGPU(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm,
169 SkBitmap* result, SkIPoint* offset) {
170 SkBitmap srcBM;
SkPictureImageFilter.cpp 46 bool SkPictureImageFilter::onFilterImage(Proxy* proxy, const SkBitmap&, const SkMatrix& matrix,
47 SkBitmap* result, SkIPoint* offset) {
  /external/skia/src/lazy/
SkDiscardablePixelRef.cpp 72 SkBitmap* dst,
82 SkASSERT(dst->config() != SkBitmap::kNo_Config);
  /external/skia/src/utils/
SkNWayCanvas.cpp 10 static SkBitmap make_noconfig_bm(int width, int height) {
11 SkBitmap bm;
12 bm.setConfig(SkBitmap::kNo_Config, width, height);
221 void SkNWayCanvas::drawBitmap(const SkBitmap& bitmap, SkScalar x, SkScalar y,
229 void SkNWayCanvas::drawBitmapRectToRect(const SkBitmap& bitmap, const SkRect* src,
238 void SkNWayCanvas::drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m,
246 void SkNWayCanvas::drawBitmapNine(const SkBitmap& bitmap, const SkIRect& center,
254 void SkNWayCanvas::drawSprite(const SkBitmap& bitmap, int x, int y,
  /external/skia/tests/
PathOpsExtendedTest.h 10 #include "SkBitmap.h"
26 extern int comparePaths(const SkPath& one, const SkPath& two, SkBitmap& bitmap);
PathOpsThreadedCommon.h 31 SkBitmap* fBitmap;
81 SkBitmap bitmap;
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 19 #include "SkBitmap.h"
62 bool decodeRegion(SkBitmap* bitmap, const SkIRect& rect,
63 SkBitmap::Config pref, int sampleSize) {
177 SkBitmap::Config prefConfig = SkBitmap::kNo_Config;
216 SkBitmap* bitmap = NULL;
217 SkAutoTDelete<SkBitmap> adb;
224 bitmap = new SkBitmap;
  /frameworks/base/core/jni/
android_view_PointerIcon.h 23 #include <SkBitmap.h>
48 SkBitmap bitmap;
  /frameworks/base/libs/hwui/
LayerRenderer.h 25 #include <SkBitmap.h>
62 ANDROID_API static bool copyLayer(Layer* layer, SkBitmap* bitmap);
PathCache.cpp 20 #include <SkBitmap.h>
110 static void initBitmap(SkBitmap& bitmap, uint32_t width, uint32_t height) {
111 bitmap.setConfig(SkBitmap::kA8_Config, width, height);
128 static void drawPath(const SkPath *path, const SkPaint* paint, SkBitmap& bitmap,
220 const sp<Task<SkBitmap*> >& task = texture->task();
222 SkBitmap* bitmap = task->getResult();
275 SkBitmap bitmap;
285 void PathCache::generateTexture(const PathDescription& entry, SkBitmap* bitmap,
314 void PathCache::generateTexture(SkBitmap& bitmap, Texture* texture) {
340 TaskProcessor<SkBitmap*>(&caches.tasks), mMaxTextureSize(caches.maxTextureSize)
    [all...]
  /external/chromium/chrome/browser/webdata/
web_apps_table_unittest.cc 13 #include "third_party/skia/include/core/SkBitmap.h"
68 std::vector<SkBitmap> images;
73 SkBitmap image;
74 image.setConfig(SkBitmap::kARGB_8888_Config, 16, 16);
86 image.setConfig(SkBitmap::kARGB_8888_Config, 16, 16);
113 image.setConfig(SkBitmap::kARGB_8888_Config, 32, 32);
  /external/chromium/chrome/common/extensions/
extension_action.cc 13 #include "third_party/skia/include/core/SkBitmap.h"
78 void ExtensionAction::SetIcon(int tab_id, const SkBitmap& bitmap) {
82 SkBitmap ExtensionAction::GetIcon(int tab_id) {
167 SkBitmap* gradient_left = resource_bundle.GetBitmapNamed(
169 SkBitmap* gradient_right = resource_bundle.GetBitmapNamed(
171 SkBitmap* gradient_center = resource_bundle.GetBitmapNamed(
  /external/chromium_org/content/browser/renderer_host/
backing_store_aura.cc 43 bitmap_.setConfig(SkBitmap::kARGB_8888_Config,
67 SkBitmap new_bitmap;
68 new_bitmap.setConfig(SkBitmap::kARGB_8888_Config,
120 SkBitmap sk_bitmap;
121 sk_bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);
169 SkBitmap b;
  /external/chromium_org/content/renderer/pepper/
ppb_image_data_impl.h 17 class SkBitmap;
48 virtual const SkBitmap* GetMappedBitmap() const = 0;
95 const SkBitmap* GetMappedBitmap() const;
125 virtual const SkBitmap* GetMappedBitmap() const OVERRIDE;
157 virtual const SkBitmap* GetMappedBitmap() const OVERRIDE;
162 SkBitmap skia_bitmap_;
  /external/chromium_org/skia/ext/
bitmap_platform_device_cairo.cc 122 SkBitmap bitmap;
169 const SkBitmap& bitmap,
183 SkBitmap::Config config, int width, int height, bool isOpaque,
185 SkASSERT(config == SkBitmap::kARGB_8888_Config);
234 // The SkBitmap allocates and owns the bitmap memory; PlatformBitmap owns the
235 // cairo drawing context tied to the bitmap. The SkBitmap's pixelRef can
platform_canvas.h 13 #include "third_party/skia/include/core/SkBitmap.h"
158 // PlatformBitmap holds a PlatformSurface that can also be used as an SkBitmap.
173 // The resulting SkBitmap holds a refcount on the underlying platform surface,
174 // so the surface will remain allocated so long as the SkBitmap or its copies
176 const SkBitmap& GetBitmap() { return bitmap_; }
179 SkBitmap bitmap_;
lazy_pixel_ref_utils_unittest.cc 12 #include "third_party/skia/include/core/SkBitmap.h"
25 void CreateBitmap(gfx::Size size, const char* uri, SkBitmap* bitmap);
35 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset)
52 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset)
76 virtual SkShader::BitmapType asABitmap(SkBitmap* bitmap,
89 SkBitmap bitmap_;
103 SkPixelRef* TestPixelRef::deepCopy(SkBitmap::Config config,
128 SkPixelRef* TestLazyPixelRef::deepCopy(SkBitmap::Config config,
134 void CreateBitmap(gfx::Size size, const char* uri, SkBitmap* bitmap) {
139 bitmap->setConfig(SkBitmap::kARGB_8888_Config, size.width(), size.height())
    [all...]
  /external/skia/gm/
imagefiltersgraph.cpp 30 virtual bool onFilterImage(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm,
31 SkBitmap* dst, SkIPoint* offset) SK_OVERRIDE {
32 SkBitmap source = src;
94 fBitmap.setConfig(SkBitmap::kARGB_8888_Config, 100, 100);
107 void drawClippedBitmap(SkCanvas* canvas, const SkBitmap& bitmap, const SkPaint& paint) {
189 SkBitmap fBitmap;
xfermodes3.cpp 9 #include "SkBitmap.h"
171 SkBitmap bitmap = layerCanvas->getDevice()->accessBitmap(false);
190 SkBitmap bg;
191 bg.setConfig(SkBitmap::kARGB_8888_Config, 2, 2, 0, kOpaque_SkAlphaType);
214 SkBitmap bmp;
215 bmp.setConfig(SkBitmap::kARGB_8888_Config, kSize, kSize);
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator_unittest.cc 91 TransportType ClassifyFirstPixel(const SkBitmap& bitmap) {
138 SkBitmap result = generator_.GetThumbnailForRenderer(&widget_);
151 SkBitmap result = generator_.GetThumbnailForRenderer(&widget_);
170 SkBitmap result = generator_.GetThumbnailForRenderer(&widget_);
186 SkBitmap bitmap;
197 SkBitmap bitmap = canvas.getTopPlatformDevice().accessBitmap(false);
213 SkBitmap bitmap = canvas.getTopPlatformDevice().accessBitmap(false);
223 const SkBitmap bitmap = canvas.getTopPlatformDevice().accessBitmap(false);
227 SkBitmap clipped_bitmap = ThumbnailGenerator::GetClippedBitmap(
239 const SkBitmap bitmap = canvas.getTopPlatformDevice().accessBitmap(false)
    [all...]
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 9 #include "third_party/skia/include/core/SkBitmap.h"
15 SkBitmap* BubbleBorder::left_ = NULL;
16 SkBitmap* BubbleBorder::top_left_ = NULL;
17 SkBitmap* BubbleBorder::top_ = NULL;
18 SkBitmap* BubbleBorder::top_right_ = NULL;
19 SkBitmap* BubbleBorder::right_ = NULL;
20 SkBitmap* BubbleBorder::bottom_right_ = NULL;
21 SkBitmap* BubbleBorder::bottom_ = NULL;
22 SkBitmap* BubbleBorder::bottom_left_ = NULL;
23 SkBitmap* BubbleBorder::top_arrow_ = NULL
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 34 bool shouldDrawImmediately(const SkBitmap* bitmap, const SkPaint* paint,
48 SkBitmap bm;
169 virtual SkBaseDevice* onCreateCompatibleDevice(SkBitmap::Config config,
174 virtual void writePixels(const SkBitmap& bitmap, int x, int y,
178 virtual const SkBitmap& onAccessBitmap() SK_OVERRIDE;
179 virtual bool onReadPixels(const SkBitmap& bitmap,
209 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
212 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
258 : SkBitmapDevice(SkBitmap::kNo_Config,
269 : SkBitmapDevice(SkBitmap::kNo_Config
    [all...]
  /external/chromium_org/ui/gfx/image/
image_unittest.cc 152 const SkBitmap* bitmap1 = image.ToSkBitmap();
153 const SkBitmap* bitmap2 = image.ToSkBitmap();
221 SkBitmap bitmap_1x = gt::CreateBitmap(kSize1x, kSize1x);
367 const SkBitmap* bitmap = image.ToSkBitmap();
387 const SkBitmap* bitmap = image.ToSkBitmap();
428 const SkBitmap* bitmap = NULL;
489 const SkBitmap* bitmap = image.ToSkBitmap();
497 SkBitmap bitmap;
498 bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);
508 SCOPED_TRACE("Checking color of the initial SkBitmap");
    [all...]

Completed in 644 milliseconds

<<21222324252627282930>>