HomeSort by relevance Sort by last modified time
    Searched defs:force_all_opaque (Results 1 - 3 of 3) sorted by null

  /external/skia/tools/
picture_utils.cpp 16 void force_all_opaque(const SkBitmap& bitmap) { function in namespace:sk_tools
skdiff_utils.cpp 77 static void force_all_opaque(const SkBitmap& bitmap) { function
89 force_all_opaque(copy);
  /external/skia/gm/
gmmain.cpp 264 static void force_all_opaque(const SkBitmap& bitmap) { function in class:GMMain
289 // TODO(epoger): Now that we have removed force_all_opaque()
451 * for the reasons described just above the force_all_opaque() method.
462 * 1. Continue to call force_all_opaque(), but ONLY for bitmaps that
484 * calling force_all_opaque().)
496 force_all_opaque(*bitmap);
    [all...]

Completed in 347 milliseconds