Home
last modified time | relevance | path

Searched refs:cellSize (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/samplecode/
DSampleAtlas.cpp41 static sk_sp<SkImage> make_atlas(int atlasSize, int cellSize) { in make_atlas() argument
49 const SkScalar half = cellSize * SK_ScalarHalf; in make_atlas()
54 for (int y = 0; y < atlasSize; y += cellSize) { in make_atlas()
55 for (int x = 0; x < atlasSize; x += cellSize) { in make_atlas()
/third_party/skia/samplecode/
DSampleAtlas.cpp44 static sk_sp<SkImage> make_atlas(int atlasSize, int cellSize) { in make_atlas() argument
52 const SkScalar half = cellSize * SK_ScalarHalf; in make_atlas()
57 for (int y = 0; y < atlasSize; y += cellSize) { in make_atlas()
58 for (int x = 0; x < atlasSize; x += cellSize) { in make_atlas()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DClearTest.cpp1150 const int cellSize = 32; in TEST_P() local
1151 const int fboSize = cellSize; in TEST_P()
1152 const int backFBOSize = cellSize * numRowsCols; in TEST_P()
1195 glViewport(cellX * cellSize, cellY * cellSize, cellSize, cellSize); in TEST_P()
1214 int testN = cellX * cellSize + cellY * backFBOSize * cellSize + backFBOSize + 1; in TEST_P()
/third_party/grpc/examples/csharp/HelloworldUnity/ProjectSettings/
DNavMeshAreas.asset84 cellSize: 0.16666667
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DClearTest.cpp1492 const int cellSize = 32; in TEST_P() local
1493 const int fboSize = cellSize; in TEST_P()
1494 const int backFBOSize = cellSize * numRowsCols; in TEST_P()
1537 glViewport(cellX * cellSize, cellY * cellSize, cellSize, cellSize); in TEST_P()
1556 int testN = cellX * cellSize + cellY * backFBOSize * cellSize + backFBOSize + 1; in TEST_P()
DStateChangeTest.cpp3338 const int cellSize = getWindowWidth() / 2; in TEST_P() local
3354 glViewport(cellX * cellSize, cellY * cellSize, cellSize, cellSize); in TEST_P()
3376 cellX * cellSize + cellY * getWindowWidth() * cellSize + getWindowWidth() + 1; in TEST_P()
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scenes/
DSampleScene.unity109 cellSize: 0.16666667
/third_party/sqlite/src/
Dsqlite3.c67097 static u16 cellSize(MemPage *pPage, int iCell){
72421 assert( CORRUPT_DB || sz==cellSize(pPage, idx) );