Searched defs:isOpaque (Results 26 - 30 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsOperation.h88 virtual bool isOpaque() { return false; } function in class:WebCore::GraphicsOperation::Operation
315 virtual bool isOpaque() { return m_bitmap.isOpaque(); } function in class:WebCore::GraphicsOperation::DrawBitmapPattern
334 virtual bool isOpaque() { return m_bitmap.isOpaque(); } function in class:WebCore::GraphicsOperation::DrawBitmapRect
473 virtual bool isOpaque() { return (m_hasColor && !m_color.hasAlpha()) function in class:WebCore::GraphicsOperation::FillRect
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp313 bool PlatformCALayer::isOpaque() const function in class:PlatformCALayer
/external/skia/src/pdf/
H A DSkPDFDevice.cpp423 bool isOpaque,
421 onCreateCompatibleDevice(SkBitmap::Config config, int width, int height, bool isOpaque, Usage usage) argument
/external/skia/src/core/
H A DSkCanvas.cpp677 bool* isOpaque) {
678 *isOpaque = (flags & SkCanvas::kHasAlphaLayer_SaveFlag) == 0;
774 bool isOpaque; local
775 SkBitmap::Config config = resolve_config(this, ir, flags, &isOpaque);
780 isOpaque);
783 isOpaque);
1308 bool isOpaque) {
1312 isOpaque);
1320 bool isOpaque) {
1323 return device->createCompatibleDevice(config, width, height, isOpaque);
674 resolve_config(SkCanvas* canvas, const SkIRect& bounds, SkCanvas::SaveFlags flags, bool* isOpaque) argument
1306 createLayerDevice(SkBitmap::Config config, int width, int height, bool isOpaque) argument
1318 createCompatibleDevice(SkBitmap::Config config, int width, int height, bool isOpaque) argument
[all...]
/external/skia/src/gpu/
H A DSkGpuDevice.cpp109 static SkBitmap::Config grConfig2skConfig(GrPixelConfig config, bool* isOpaque) { argument
112 *isOpaque = false;
115 *isOpaque = true;
118 *isOpaque = false;
123 *isOpaque = false;
126 *isOpaque = false;
134 bool isOpaque; local
136 bitmap.setConfig(grConfig2skConfig(config, &isOpaque),
138 bitmap.setIsOpaque(isOpaque);
187 : SkDevice(config, width, height, false /*isOpaque*/) {
1899 onCreateCompatibleDevice(SkBitmap::Config config, int width, int height, bool isOpaque, Usage usage) argument
[all...]

Completed in 123 milliseconds

12