Home
last modified time | relevance | path

Searched defs:height64 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLLockSurface3Test.cpp223 EGLAttribKHR height64 = 0; in TEST_P() local
/aosp_15_r20/external/skia/include/core/
H A DSkRect.h189 constexpr int64_t height64() const { return (int64_t)fBottom - (int64_t)fTop; } in height64() function