Searched refs:isOpaque (Results 26 - 50 of 164) sorted by relevance

1234567

/external/skia/include/core/
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,
H A DSkColorShader.h37 virtual bool isOpaque() const SK_OVERRIDE;
H A DSkDevice.h51 * @param isOpaque performance hint, set to true if you know that you will
57 bool isOpaque);
96 virtual bool isOpaque() const = 0;
399 bool isOpaque);
406 bool isOpaque,
H A DSkImageInfo.h112 bool isOpaque() const { function in struct:SkImageInfo
/external/skia/bench/
H A DShaderMaskBench.cpp41 ShaderMaskBench(bool isOpaque, FontQuality fq) { argument
47 fPaint.setAlpha(isOpaque ? 0xFF : 0x80);
H A DBitmapBench.cpp36 static void convertToIndex666(const SkBitmap& src, SkBitmap* dst, bool isOpaque) { argument
51 isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
88 BitmapBench(bool isOpaque, SkBitmap::Config c, argument
90 : fIsOpaque(isOpaque)
200 FilterBitmapBench(bool isOpaque, SkBitmap::Config c, argument
202 : INHERITED(isOpaque, c, forceUpdate, isVolitile)
/external/chromium_org/cc/resources/
H A Dui_resource_bitmap.cc41 SetOpaque(skbitmap.isOpaque());
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_cairo.h97 int height, bool isOpaque,
H A Dbitmap_platform_device_mac.h67 int height, bool isOpaque,
H A Dbitmap_platform_device_win.h72 int height, bool isOpaque,
H A Dvector_platform_device_emf_win.h24 SK_API static SkBaseDevice* CreateDevice(int width, int height, bool isOpaque,
84 int height, bool isOpaque,
/external/chromium_org/third_party/skia/include/core/
H A DSkColorShader.h37 virtual bool isOpaque() const SK_OVERRIDE;
H A DSkDevice.h51 * @param isOpaque performance hint, set to true if you know that you will
57 bool isOpaque);
96 virtual bool isOpaque() const = 0;
399 bool isOpaque);
406 bool isOpaque,
H A DSkImageInfo.h112 bool isOpaque() const { function in struct:SkImageInfo
/external/chromium_org/third_party/skia/include/images/
H A DSkImageRef.h56 sets the isOpaque flag.
58 bool isOpaque(SkBitmap* bm);
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcShader.h21 virtual bool isOpaque() const SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie.cpp47 int SkMovie::isOpaque() function in class:SkMovie
/external/chromium_org/third_party/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp35 if (bm.isOpaque()) {
44 if (bm.isOpaque()) {
56 if (bm.isOpaque()) {
73 if (bm.isOpaque()) {
/external/skia/include/images/
H A DSkImageRef.h56 sets the isOpaque flag.
58 bool isOpaque(SkBitmap* bm);
/external/skia/src/core/
H A DSkBitmapProcShader.h21 virtual bool isOpaque() const SK_OVERRIDE;
/external/skia/src/images/
H A DSkMovie.cpp47 int SkMovie::isOpaque() function in class:SkMovie
/external/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp35 if (bm.isOpaque()) {
44 if (bm.isOpaque()) {
56 if (bm.isOpaque()) {
73 if (bm.isOpaque()) {
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_arm.cpp197 bool isOpaque = 256 == fAlphaScale; local
212 if (isOpaque) {
H A Dopts_check_SSE2.cpp220 SkBlitMask::BlitLCD16RowProc SkBlitMask::PlatformBlitRowProcs16(bool isOpaque) { argument
222 if (isOpaque) {
/external/skia/src/opts/
H A DSkBitmapProcState_opts_arm.cpp197 bool isOpaque = 256 == fAlphaScale; local
212 if (isOpaque) {

Completed in 417 milliseconds

1234567