Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrAtlasTextContext.cpp848 static const int kMaxTrans = 1024; in GR_DRAW_OP_TEST_DEFINE() local
851 int xInt = (random->nextU() % kMaxTrans) * xPos; in GR_DRAW_OP_TEST_DEFINE()
852 int yInt = (random->nextU() % kMaxTrans) * yPos; in GR_DRAW_OP_TEST_DEFINE()
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp959 static const int kMaxTrans = 1024; in GR_DRAW_OP_TEST_DEFINE() local
962 int xInt = (random->nextU() % kMaxTrans) * xPos; in GR_DRAW_OP_TEST_DEFINE()
963 int yInt = (random->nextU() % kMaxTrans) * yPos; in GR_DRAW_OP_TEST_DEFINE()