Home
last modified time | relevance | path

Searched refs:maxH (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/gm/
H A Ddftext_blob_persp.cpp78 SkScalar maxH = 0; variable
93 maxH = std::max(h, maxH);
98 y += maxH + 20.f;
99 maxH = 0;
H A Dhairlines.cpp151 SkScalar maxH = 0; variable
164 canvas->translate(0, maxH + SkIntToScalar(kMargin));
166 maxH = 0;
181 maxH = std::max(maxH, bounds.height());
/third_party/vk-gl-cts/modules/glshared/
H A DglsInteractionTestUtil.cpp233 int maxH = targetHeight + 2*maxOutOfBounds;
236 int height = rnd.getInt(minH, maxH);
H A DglsFragOpInteractionCase.cpp192 const int maxH = targetH + 2*maxOutOfBounds; in getRandomQuad() local
195 const int height = rnd.getInt(minH, maxH); in getRandomQuad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp210 LLVM_DEBUG(unsigned maxH = 0; in schedule()
212 ++su) if (SUnits[su].getHeight() > maxH) maxH = in schedule()
214 dbgs() << "Max Height " << maxH << "\n";); in schedule()

Completed in 4 milliseconds