Home
last modified time | relevance | path

Searched refs:gSurfaceSize (Results 1 – 2 of 2) sorted by relevance

/external/skqp/gm/
Ddrawminibitmaprect.cpp61 constexpr int gSurfaceSize = 2048; variable
81 fImage = makebm(gSurfaceSize, gSurfaceSize); in onDraw()
85 const int kMaxSrcRectSize = 1 << (SkNextLog2(gSurfaceSize) + 2); in onDraw()
101 SkIRect::MakeXYWH((gSurfaceSize - w) / 2, (gSurfaceSize - h) / 2, w, h); in onDraw()
/external/skia/gm/
Ddrawminibitmaprect.cpp61 constexpr int gSurfaceSize = 2048; variable
81 fImage = makebm(gSurfaceSize, gSurfaceSize); in onDraw()
85 const int kMaxSrcRectSize = 1 << (SkNextLog2(gSurfaceSize) + 2); in onDraw()
101 SkIRect::MakeXYWH((gSurfaceSize - w) / 2, (gSurfaceSize - h) / 2, w, h); in onDraw()