Searched refs:isOpaque (Results 1 - 25 of 164) sorted by relevance

1234567

/external/chromium_org/third_party/skia/src/core/
H A DSkPaintPriv.cpp17 // TODO: SkXfermode should have a virtual isOpaque method, which would
21 return bmpReplacesShader ? bmpReplacesShader->isOpaque() : true;
38 if (!bmpReplacesShader->isOpaque()) {
41 } else if (paint->getShader() && !paint->getShader()->isOpaque()) {
H A DSkBlitMask.h65 static BlitLCD16RowProc BlitLCD16RowFactory(bool isOpaque);
71 static BlitLCD16RowProc PlatformBlitRowProcs16(bool isOpaque);
H A DSkDevice.cpp47 bool isOpaque) {
49 isOpaque, kGeneral_Usage);
54 bool isOpaque) {
56 isOpaque, kSaveLayer_Usage);
45 createCompatibleDevice(SkBitmap::Config config, int width, int height, bool isOpaque) argument
52 createCompatibleDeviceForSaveLayer(SkBitmap::Config config, int width, int height, bool isOpaque) argument
H A DSkBitmapDevice.cpp27 SkBitmapDevice::SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque) { argument
28 fBitmap.setConfig(config, width, height, 0, isOpaque ?
31 fBitmap.setConfig(config, 0, 0, 0, isOpaque ?
34 if (!isOpaque) {
39 SkBitmapDevice::SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque, argument
43 fBitmap.setConfig(config, width, height, 0, isOpaque ?
46 fBitmap.setConfig(config, 0, 0, 0, isOpaque ?
49 if (!isOpaque) {
66 bool isOpaque,
69 isOpaque, thi
64 onCreateCompatibleDevice(SkBitmap::Config config, int width, int height, bool isOpaque, Usage usage) argument
[all...]
/external/skia/src/core/
H A DSkPaintPriv.cpp17 // TODO: SkXfermode should have a virtual isOpaque method, which would
21 return bmpReplacesShader ? bmpReplacesShader->isOpaque() : true;
38 if (!bmpReplacesShader->isOpaque()) {
41 } else if (paint->getShader() && !paint->getShader()->isOpaque()) {
H A DSkBlitMask.h65 static BlitLCD16RowProc BlitLCD16RowFactory(bool isOpaque);
71 static BlitLCD16RowProc PlatformBlitRowProcs16(bool isOpaque);
H A DSkDevice.cpp47 bool isOpaque) {
49 isOpaque, kGeneral_Usage);
54 bool isOpaque) {
56 isOpaque, kSaveLayer_Usage);
45 createCompatibleDevice(SkBitmap::Config config, int width, int height, bool isOpaque) argument
52 createCompatibleDeviceForSaveLayer(SkBitmap::Config config, int width, int height, bool isOpaque) argument
H A DSkBitmapDevice.cpp27 SkBitmapDevice::SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque) { argument
28 fBitmap.setConfig(config, width, height, 0, isOpaque ?
31 fBitmap.setConfig(config, 0, 0, 0, isOpaque ?
34 if (!isOpaque) {
39 SkBitmapDevice::SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque, argument
43 fBitmap.setConfig(config, width, height, 0, isOpaque ?
46 fBitmap.setConfig(config, 0, 0, 0, isOpaque ?
49 if (!isOpaque) {
66 bool isOpaque,
69 isOpaque, thi
64 onCreateCompatibleDevice(SkBitmap::Config config, int width, int height, bool isOpaque, Usage usage) argument
[all...]
/external/skia/tests/
H A DShaderOpacityTest.cpp22 REPORTER_ASSERT(reporter, !shader->isOpaque());
32 REPORTER_ASSERT(reporter, !shader->isOpaque());
40 REPORTER_ASSERT(reporter, shader->isOpaque());
48 REPORTER_ASSERT(reporter, !shader->isOpaque());
69 REPORTER_ASSERT(reporter, grad->isOpaque());
77 REPORTER_ASSERT(reporter, !grad->isOpaque());
85 REPORTER_ASSERT(reporter, !grad->isOpaque());
93 REPORTER_ASSERT(reporter, !grad->isOpaque());
100 REPORTER_ASSERT(reporter, !colorShader1.isOpaque());
102 REPORTER_ASSERT(reporter, colorShader2.isOpaque());
[all...]
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitMask_opts_arm.cpp31 SkBlitMask::BlitLCD16RowProc SkBlitMask::PlatformBlitRowProcs16(bool isOpaque) { argument
32 if (isOpaque) {
H A DSkBlitMask_opts_none.cpp10 SkBlitMask::BlitLCD16RowProc SkBlitMask::PlatformBlitRowProcs16(bool isOpaque) { argument
/external/skia/src/opts/
H A DSkBlitMask_opts_arm.cpp31 SkBlitMask::BlitLCD16RowProc SkBlitMask::PlatformBlitRowProcs16(bool isOpaque) { argument
32 if (isOpaque) {
H A DSkBlitMask_opts_none.cpp10 SkBlitMask::BlitLCD16RowProc SkBlitMask::PlatformBlitRowProcs16(bool isOpaque) { argument
/external/skia/bench/
H A DRepeatTileBench.cpp56 bool isOpaque) {
70 SkAlphaType aType = isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
95 RepeatTileBench(SkBitmap::Config c, bool isOpaque = false) {
99 fIsOpaque = isOpaque;
107 gConfigName[fBitmap.config()], isOpaque ? 'X' : 'A');
55 convert_to_index666(const SkBitmap& src, SkBitmap* dst, bool isOpaque) argument
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_skia.h51 int height, bool isOpaque,
H A Dbitmap_platform_device_skia.cc57 SkBitmap::Config config, int width, int height, bool isOpaque,
60 return BitmapPlatformDevice::Create(width, height, isOpaque);
56 onCreateCompatibleDevice( SkBitmap::Config config, int width, int height, bool isOpaque, Usage ) argument
/external/chromium_org/third_party/skia/include/core/
H A DSkColorTable.h35 bool isOpaque() const { function in class:SkColorTable
H A DSkBitmapDevice.h42 * @param isOpaque Set to true if it is known that all of the pixels will
46 SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque = false);
57 * @param isOpaque Set to true if it is known that all of the pixels will
62 SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque,
79 virtual bool isOpaque() const SK_OVERRIDE { return fBitmap.isOpaque(); }
271 bool isOpaque,
/external/chromium_org/third_party/skia/include/images/
H A DSkMovie.h42 int isOpaque();
/external/skia/include/core/
H A DSkColorTable.h35 bool isOpaque() const { function in class:SkColorTable
/external/skia/include/images/
H A DSkMovie.h42 int isOpaque();
/external/qemu/android/skin/
H A Dcomposer.h36 char isOpaque; /* flag: TRUE iff the region is opaque */ member in struct:SkinPlateAny
87 extern void skin_plate_set_opaque( SkinPlate* plate, int isOpaque );
H A Dcomposer.c83 if (p->any.isOpaque)
167 skin_plate_set_opaque( SkinPlate* p, int isOpaque )
169 isOpaque = !!isOpaque;
170 if (isOpaque == p->any.isOpaque)
175 p->any.isOpaque = isOpaque;
196 p->any.isOpaque = 1;
317 if (!plate->any.isOpaque)
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFImage.cpp64 bool* isOpaque,
85 *isOpaque &= dst[0] == SK_AlphaOPAQUE;
101 *isOpaque &= dst[0] == (SK_AlphaOPAQUE & 0xF0);
137 bool* isOpaque,
154 *isOpaque &= dst[0] == SK_AlphaOPAQUE;
170 bool* isOpaque,
181 *isOpaque &= alphaDst[0] == SK_AlphaOPAQUE;
219 bool isOpaque = true; local
232 &isOpaque, &transparent);
241 &isOpaque,
61 extract_argb4444_data(const SkBitmap& bitmap, const SkIRect& srcRect, bool extractAlpha, bool* isOpaque, bool* isTransparent) argument
134 extract_argb8888_data(const SkBitmap& bitmap, const SkIRect& srcRect, bool extractAlpha, bool* isOpaque, bool* isTransparent) argument
168 extract_a8_alpha(const SkBitmap& bitmap, const SkIRect& srcRect, bool* isOpaque, bool* isTransparent) argument
[all...]
/external/skia/src/pdf/
H A DSkPDFImage.cpp64 bool* isOpaque,
85 *isOpaque &= dst[0] == SK_AlphaOPAQUE;
101 *isOpaque &= dst[0] == (SK_AlphaOPAQUE & 0xF0);
137 bool* isOpaque,
154 *isOpaque &= dst[0] == SK_AlphaOPAQUE;
170 bool* isOpaque,
181 *isOpaque &= alphaDst[0] == SK_AlphaOPAQUE;
219 bool isOpaque = true; local
232 &isOpaque, &transparent);
241 &isOpaque,
61 extract_argb4444_data(const SkBitmap& bitmap, const SkIRect& srcRect, bool extractAlpha, bool* isOpaque, bool* isTransparent) argument
134 extract_argb8888_data(const SkBitmap& bitmap, const SkIRect& srcRect, bool extractAlpha, bool* isOpaque, bool* isTransparent) argument
168 extract_a8_alpha(const SkBitmap& bitmap, const SkIRect& srcRect, bool* isOpaque, bool* isTransparent) argument
[all...]

Completed in 402 milliseconds

1234567