Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrTextContext.cpp241 static const int kMaxTrans = 1024; in GR_DRAW_OP_TEST_DEFINE() local
244 int xInt = (random->nextU() % kMaxTrans) * xPos; in GR_DRAW_OP_TEST_DEFINE()
245 int yInt = (random->nextU() % kMaxTrans) * yPos; in GR_DRAW_OP_TEST_DEFINE()
/external/skia/src/gpu/ops/
DGrAtlasTextOp.cpp543 static const int kMaxTrans = 1024; in GR_DRAW_OP_TEST_DEFINE() local
546 int xInt = (random->nextU() % kMaxTrans) * xPos; in GR_DRAW_OP_TEST_DEFINE()
547 int yInt = (random->nextU() % kMaxTrans) * yPos; in GR_DRAW_OP_TEST_DEFINE()