Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/tests/common/
H A DCallCountingCanvas.h124 int drawImageLatticeCount = 0; variable
127 drawImageLatticeCount++; in onDrawImageLattice2()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DCanvasOpTests.cpp550 EXPECT_EQ(1, canvas.drawImageLatticeCount); in TEST()