Searched refs:force_all_opaque (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dpicture_utils.h21 void force_all_opaque(const SkBitmap& bitmap);
H A Dpicture_utils.cpp18 void force_all_opaque(const SkBitmap& bitmap) { function in namespace:sk_tools
H A Dskdiff_utils.cpp61 static void force_all_opaque(const SkBitmap& bitmap) { function
73 force_all_opaque(copy);
H A Drender_pictures_main.cpp369 sk_tools::force_all_opaque(*bitmap);
H A DPictureRenderer.cpp291 force_all_opaque(bitmap);
/external/skia/tools/
H A Dpicture_utils.h21 void force_all_opaque(const SkBitmap& bitmap);
H A Dpicture_utils.cpp18 void force_all_opaque(const SkBitmap& bitmap) { function in namespace:sk_tools
H A Dskdiff_utils.cpp77 static void force_all_opaque(const SkBitmap& bitmap) { function
89 force_all_opaque(copy);
H A Drender_pictures_main.cpp353 sk_tools::force_all_opaque(*bitmap);
H A DPictureRenderer.cpp286 force_all_opaque(bitmap);
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp271 static void force_all_opaque(const SkBitmap& bitmap) { function in class:GMMain
296 // TODO(epoger): Now that we have removed force_all_opaque()
500 * for the reasons described just above the force_all_opaque() method.
511 * 1. Continue to call force_all_opaque(), but ONLY for bitmaps that
533 * calling force_all_opaque().)
545 force_all_opaque(*bitmap);
955 * force_all_opaque() was called on the bitmap before it
959 * force_all_opaque().
/external/skia/gm/
H A Dgmmain.cpp270 static void force_all_opaque(const SkBitmap& bitmap) { function in class:GMMain
295 // TODO(epoger): Now that we have removed force_all_opaque()
499 * for the reasons described just above the force_all_opaque() method.
510 * 1. Continue to call force_all_opaque(), but ONLY for bitmaps that
532 * calling force_all_opaque().)
544 force_all_opaque(*bitmap);
954 * force_all_opaque() was called on the bitmap before it
958 * force_all_opaque().

Completed in 5878 milliseconds