Searched refs:frameOrder (Results 1 – 2 of 2) sorted by relevance
/external/skqp/dm/ |
D | DMSrcSink.cpp | 1202 static constexpr int frameOrder[] = { 4, 0, 3, 1, 2 }; in draw() local 1203 static_assert(SK_ARRAY_COUNT(frameOrder) == kTileCount, ""); in draw() 1206 const SkScalar y = frameOrder[i] * kTileSize; in draw() 1209 const SkScalar x = frameOrder[j] * kTileSize; in draw() 1212 const auto t = t_rate * (frameOrder[i] * kTileCount + frameOrder[j]); in draw()
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 1135 static constexpr int frameOrder[] = { 4, 0, 3, 1, 2 }; in draw() local 1136 static_assert(SK_ARRAY_COUNT(frameOrder) == kTileCount, ""); in draw() 1139 const SkScalar y = frameOrder[i] * kTileSize; in draw() 1142 const SkScalar x = frameOrder[j] * kTileSize; in draw() 1145 const auto t = t_rate * (frameOrder[i] * kTileCount + frameOrder[j]); in draw()
|