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

  /external/skia/src/images/
SkFlipPixelRef.cpp 8 fSize = SkBitmap::ComputeSize(config, width, height);
  /external/skia/include/core/
SkBitmap.h 173 static size_t ComputeSize(Config, int width, int height);
  /external/skia/src/core/
SkBitmap.cpp 223 size_t SkBitmap::ComputeSize(Config c, int width, int height) {
    [all...]

Completed in 29 milliseconds