Home
last modified time | relevance | path

Searched defs:topLeft (Results 1 – 14 of 14) sorted by relevance

/external/angle/util/windows/win32/
DWin32Window.cpp264 POINT topLeft; in WndProc() local
286 POINT topLeft; in WndProc() local
659 POINT topLeft = {0, 0}; in takeScreenshot() local
741 POINT topLeft; in setMousePosition() local
/external/skia/src/gpu/graphite/geom/
DRect.h33 AI Rect(float2 topLeft, float2 botRight) : fVals(topLeft, -botRight) {} in Rect()
43 AI static Rect XYWH(float2 topLeft, float2 size) { in XYWH()
80 AI float2 topLeft() const { return fVals.xy(); } in topLeft() function
88 AI void setTopLeft(float2 topLeft) { fVals.xy() = topLeft; } in setTopLeft()
/external/skia/tools/sk_app/win/
DWindow_win.cpp307 POINT topLeft = {0, 0}; in WndProc() local
/external/skia/src/core/
DSkImageFilterTypes.h373 LayerSpace<SkIPoint> topLeft() const { return LayerSpace<SkIPoint>(fData.topLeft()); } in topLeft() function
409 LayerSpace<SkPoint> topLeft() const { in topLeft() function
/external/skia/src/gpu/ganesh/
DGrDrawOpAtlas.cpp47 auto topLeft = atlasLocator.topLeft(); in validate() local
/external/skia/src/gpu/graphite/
DDrawAtlas.cpp75 auto topLeft = atlasLocator.topLeft(); in validate() local
/external/skia/src/gpu/
DAtlasTypes.h305 SkIPoint topLeft() const { in topLeft() function
/external/eigen/test/
Dgeo_alignedbox.cpp475 Vector2f topLeft; topLeft << m[0], M[1]; in specificTest1() local
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderBuiltinTests.cpp430 const tcu::Vec4 topLeft, in QuadrantsInstance()
922 const auto topLeft = tcu::Vec4(0.0, 0.0, 1.0, 1.0); in createInstance() local
DvktMeshShaderBuiltinTestsEXT.cpp540 const tcu::Vec4 topLeft, in QuadrantsInstance()
1065 const auto topLeft = tcu::Vec4(0.0, 0.0, 1.0, 1.0); in createInstance() local
/external/skia/include/core/
DSkRect.h152 constexpr SkIPoint topLeft() const { return {fLeft, fTop}; } in topLeft() function
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp133 …Vec4 topLeft (-1.0f + scaleWidth * (float)m_quad.m_x, -1.0f + scaleHeight * (float)m_quad.m_… in getVertices() local
/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp538 SkIRect topLeft = SkIRect::MakeXYWH(0, 0, 1, 1); in filterImageGPU() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp6613 const tcu::Vec4 topLeft (-1.0f, -1.0f, 0.0f, 1.0f); in checkIntermediateCopy() local
8141 const tcu::Vec4 topLeft (-1.0f, -1.0f, 0.0f, 1.0f); in checkCopyResults() local