Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/text/
DGrTextContext.cpp257 static const int kMaxTrans = 1024; in GR_DRAW_OP_TEST_DEFINE() local
260 int xInt = (random->nextU() % kMaxTrans) * xPos; in GR_DRAW_OP_TEST_DEFINE()
261 int yInt = (random->nextU() % kMaxTrans) * yPos; in GR_DRAW_OP_TEST_DEFINE()
/third_party/skia/src/gpu/ops/
DAtlasTextOp.cpp547 static const int kMaxTrans = 1024; in GR_DRAW_OP_TEST_DEFINE() local
550 int xInt = (random->nextU() % kMaxTrans) * xPos; in GR_DRAW_OP_TEST_DEFINE()
551 int yInt = (random->nextU() % kMaxTrans) * yPos; in GR_DRAW_OP_TEST_DEFINE()