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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/skia/ext/
lazy_pixel_ref.cc 9 LazyPixelRef::LazyPixelRef(const SkImageInfo& info) : SkPixelRef(info) {
lazy_pixel_ref.h 17 explicit LazyPixelRef(const SkImageInfo& info);
  /external/skia/include/core/
SkImageGenerator.h 11 #include "SkImageInfo.h"
59 virtual bool getInfo(SkImageInfo* info) { return this->onGetInfo(info); }
60 virtual bool getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) {
82 bool getInfo(SkImageInfo* info);
110 bool getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
116 bool getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes);
121 virtual bool onGetInfo(SkImageInfo* info);
122 virtual bool onGetPixels(const SkImageInfo& info,
SkSurface.h 38 static SkSurface* NewRasterDirect(const SkImageInfo&, void* pixels, size_t rowBytes);
47 static SkSurface* NewRaster(const SkImageInfo&);
50 * Helper version of NewRaster. It creates a SkImageInfo with the
55 return NewRaster(SkImageInfo::MakeN32Premul(width, height));
82 static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount = 0,
97 static SkSurface* NewScratchRenderTarget(GrContext*, const SkImageInfo&, int sampleCount = 0,
157 SkSurface* newSurface(const SkImageInfo&);
185 const void* peekPixels(SkImageInfo* info, size_t* rowBytes);
189 SkSurface(const SkImageInfo&);
SkImageInfo.h 125 struct SkImageInfo {
131 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
132 SkImageInfo info = {
141 static SkImageInfo MakeN32(int width, int height, SkAlphaType at) {
142 SkImageInfo info = {
151 static SkImageInfo MakeN32Premul(int width, int height) {
152 SkImageInfo info = {
161 static SkImageInfo MakeN32Premul(const SkISize& size) {
165 static SkImageInfo MakeA8(int width, int height) {
166 SkImageInfo info =
    [all...]
SkMallocPixelRef.h 30 static SkMallocPixelRef* NewDirect(const SkImageInfo&, void* addr,
43 static SkMallocPixelRef* NewAllocate(const SkImageInfo& info,
56 static SkMallocPixelRef* NewWithProc(const SkImageInfo& info,
71 static SkMallocPixelRef* NewWithData(const SkImageInfo& info,
80 virtual SkPixelRef* create(const SkImageInfo&,
88 SkMallocPixelRef(const SkImageInfo&, void* addr, size_t rb, SkColorTable*,
107 SkMallocPixelRef(const SkImageInfo&, void* addr, size_t rb, SkColorTable*,
  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 39 static SkSurface* NewRasterDirect(const SkImageInfo&, void* pixels, size_t rowBytes,
46 static SkSurface* NewRasterDirectReleaseProc(const SkImageInfo&, void* pixels, size_t rowBytes,
57 static SkSurface* NewRaster(const SkImageInfo&, const SkSurfaceProps* = NULL);
60 * Helper version of NewRaster. It creates a SkImageInfo with the
65 return NewRaster(SkImageInfo::MakeN32Premul(width, height), props);
81 static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount,
84 static SkSurface* NewRenderTarget(GrContext* gr, const SkImageInfo& info) {
100 static SkSurface* NewScratchRenderTarget(GrContext*, const SkImageInfo&, int sampleCount,
103 static SkSurface* NewScratchRenderTarget(GrContext* gr, const SkImageInfo& info) {
122 static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount
    [all...]
SkImageInfo.h 153 struct SkImageInfo {
155 SkImageInfo()
162 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
163 return SkImageInfo(width, height, ct, at);
169 static SkImageInfo MakeN32(int width, int height, SkAlphaType at) {
170 return SkImageInfo(width, height, kN32_SkColorType, at);
176 static SkImageInfo MakeN32Premul(int width, int height) {
177 return SkImageInfo(width, height, kN32_SkColorType, kPremul_SkAlphaType);
183 static SkImageInfo MakeN32Premul(const SkISize& size) {
187 static SkImageInfo MakeA8(int width, int height)
    [all...]
SkImageGenerator.h 12 #include "SkImageInfo.h"
53 virtual bool getInfo(SkImageInfo* info) { return this->onGetInfo(info); }
54 virtual bool getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) {
76 bool getInfo(SkImageInfo* info);
104 bool getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
110 bool getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes);
129 virtual bool onGetInfo(SkImageInfo* info);
130 virtual bool onGetPixels(const SkImageInfo& info,
SkMallocPixelRef.h 30 static SkMallocPixelRef* NewDirect(const SkImageInfo&, void* addr,
43 static SkMallocPixelRef* NewAllocate(const SkImageInfo& info,
56 static SkMallocPixelRef* NewWithProc(const SkImageInfo& info,
71 static SkMallocPixelRef* NewWithData(const SkImageInfo& info,
80 virtual SkPixelRef* create(const SkImageInfo&,
87 SkMallocPixelRef(const SkImageInfo&, void* addr, size_t rb, SkColorTable*,
102 SkMallocPixelRef(const SkImageInfo&, void* addr, size_t rb, SkColorTable*,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DecodingImageGenerator.h 30 #include "SkImageInfo.h"
47 DecodingImageGenerator(PassRefPtr<ImageFrameGenerator>, const SkImageInfo&, size_t index);
54 virtual bool onGetInfo(SkImageInfo*) OVERRIDE;
55 virtual bool onGetPixels(const SkImageInfo&, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) OVERRIDE;
60 SkImageInfo m_imageInfo;
  /external/chromium_org/third_party/skia/src/image/
SkImagePriv.h 14 extern SkImage* SkNewImageFromPixelRef(const SkImageInfo&, SkPixelRef*,
24 * SkImageInfo, or the bitmap's pixels cannot be accessed, this will return
29 static inline size_t SkImageMinRowBytes(const SkImageInfo& info) {
  /external/chromium_org/third_party/skia/tests/
ImageIsOpaqueTest.cpp 23 SkImageInfo infoTransparent = SkImageInfo::MakeN32Premul(5, 5);
27 SkImageInfo infoOpaque = SkImageInfo::MakeN32(5, 5, kOpaque_SkAlphaType);
48 SkImageInfo infoTransparent = SkImageInfo::MakeN32Premul(5, 5);
52 SkImageInfo infoOpaque = SkImageInfo::MakeN32(5, 5, kOpaque_SkAlphaType);
  /external/skia/src/image/
SkImagePriv.h 15 extern SkImage* SkNewImageFromPixelRef(const SkImageInfo&, SkPixelRef*,
25 * SkImageInfo, or the bitmap's pixels cannot be accessed, this will return
30 static inline size_t SkImageMinRowBytes(const SkImageInfo& info) {
  /external/skia/src/gpu/
GrSurface.cpp 15 SkImageInfo GrSurface::info() const {
16 SkImageInfo info;
28 if (!bm.allocPixels(SkImageInfo::MakeN32Premul(this->width(),
  /external/chromium_org/cc/test/
skia_common.cc 18 SkImageInfo info =
19 SkImageInfo::MakeN32Premul(layer_rect.width(), layer_rect.height());
30 SkImageInfo info = SkImageInfo::MakeN32Premul(size.width(), size.height());
  /external/chromium_org/third_party/skia/src/core/
SkConfig8888.h 11 #include "SkImageInfo.h"
18 static bool CopyPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
19 const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRowBytes,
  /external/skia/dm/
DMGpuSupport.h 22 SkImageInfo info,
51 SkImageInfo,
  /external/skia/src/core/
SkImageGenerator.cpp 11 bool SkImageGenerator::getInfo(SkImageInfo* info) {
12 SkImageInfo dummy;
19 bool SkImageGenerator::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
51 bool SkImageGenerator::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) {
66 bool SkImageGenerator::onGetInfo(SkImageInfo*) {
70 bool SkImageGenerator::onGetPixels(const SkImageInfo&, void*, size_t, SkPMColor*, int*) {
SkDevice.cpp 35 SkBaseDevice* SkBaseDevice::createCompatibleDevice(const SkImageInfo& info) {
39 SkBaseDevice* SkBaseDevice::createCompatibleDeviceForSaveLayer(const SkImageInfo& info) {
52 SkImageInfo SkBaseDevice::imageInfo() const {
53 return SkImageInfo::MakeUnknown();
64 SkSurface* SkBaseDevice::newSurface(const SkImageInfo&) { return NULL; }
66 const void* SkBaseDevice::peekPixels(SkImageInfo*, size_t*) { return NULL; }
80 bool SkBaseDevice::readPixels(const SkImageInfo& info, void* dstP, size_t rowBytes, int x, int y) {
87 const SkImageInfo& srcInfo = this->imageInfo();
94 bool SkBaseDevice::writePixels(const SkImageInfo& info, const void* pixels, size_t rowBytes,
102 const SkImageInfo& dstInfo = this->imageInfo()
    [all...]
  /external/skia/tests/
BitmapTest.cpp 16 SkImageInfo info = SkImageInfo::MakeA8(width, 1);
39 bool setConf = bm.setInfo(SkImageInfo::MakeN32Premul(width, height));
  /external/chromium_org/third_party/skia/dm/
DMGpuSupport.h 23 SkImageInfo info,
62 SkImageInfo,
  /external/chromium_org/third_party/skia/include/gpu/
SkGrPixelRef.h 24 SkROLockPixelsPixelRef(const SkImageInfo&);
48 SkGrPixelRef(const SkImageInfo&, GrSurface*, bool transferCacheLock = false);
  /external/skia/include/gpu/
SkGrPixelRef.h 24 SkROLockPixelsPixelRef(const SkImageInfo&);
48 SkGrPixelRef(const SkImageInfo&, GrSurface*, bool transferCacheLock = false);
  /external/chromium_org/cc/output/
software_output_device.cc 26 SkImageInfo info = SkImageInfo::MakeN32(viewport_pixel_size.width(),
48 SkImageInfo info = SkImageInfo::MakeN32Premul(rect.width(), rect.height());

Completed in 2417 milliseconds

1 2 3 4 5 6 7 8 91011>>