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

  /external/skia/gm/
bitmaptiled.cpp 27 const int kBitmapArea = kBitmapLongEdge * kBitmapShortEdge;
28 const size_t kBitmapBytes = kBitmapArea * sizeof(SkPMColor);
  /external/skqp/gm/
bitmaptiled.cpp 32 const int kBitmapArea = kBitmapLongEdge * kBitmapShortEdge;
33 const size_t kBitmapBytes = kBitmapArea * sizeof(SkPMColor);

Completed in 9759 milliseconds