Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/angle2/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
/third_party/skia/experimental/graphite/src/geom/
DRect.h31 AI Rect(float2 topLeft, float2 botRight) : fVals(topLeft, -botRight) {} in Rect()
37 AI static Rect XYWH(float2 topLeft, float2 size) { in XYWH()
74 AI float2 topLeft() const { return fVals.xy(); } in topLeft() function
82 AI void setTopLeft(float2 topLeft) { fVals.xy() = topLeft; } in setTopLeft()
/third_party/skia/m133/src/gpu/graphite/geom/
DRect.h37 AI Rect(float2 topLeft, float2 botRight) : fVals(topLeft, -botRight) {} in Rect()
47 AI static Rect XYWH(float2 topLeft, float2 size) { in XYWH()
88 AI float2 topLeft() const { return fVals.xy(); } in topLeft() function
96 AI void setTopLeft(float2 topLeft) { fVals.xy() = topLeft; } in setTopLeft()
/third_party/skia/m133/src/gpu/graphite/
DPathAtlas.cpp123 SkIPoint topLeft = cachedLocator->topLeft(); in findOrCreateEntry() local
168 SkIPoint topLeft = locator->topLeft(); in addToAtlas() local
DDrawAtlas.cpp45 auto topLeft = atlasLocator.topLeft(); in validate() local
/third_party/skia/m133/src/gpu/
DAtlasTypes.cpp78 SkIPoint topLeft = atlasLocator.topLeft(); in dataAt() local
DAtlasTypes.h314 SkIPoint topLeft() const { in topLeft() function
/third_party/skia/tools/sk_app/win/
DWindow_win.cpp309 POINT topLeft = {0, 0}; in WndProc() local
/third_party/skia/m133/tools/sk_app/win/
DWindow_win.cpp310 POINT topLeft = {0, 0}; in WndProc() local
/third_party/skia/src/core/
DSkImageFilterTypes.h362 LayerSpace<SkIPoint> topLeft() const { return LayerSpace<SkIPoint>(fData.topLeft()); } in topLeft() function
396 LayerSpace<SkPoint> topLeft() const { in topLeft() function
DSkGlyph.h202 skvx::Vec<2, int16_t> topLeft() const { return {fRect[0], fRect[1]}; } in topLeft() function
/third_party/skia/m133/src/core/
DSkImageFilterTypes.h414 LayerSpace<SkIPoint> topLeft() const { return LayerSpace<SkIPoint>(fData.topLeft()); } in topLeft() function
455 LayerSpace<SkPoint> topLeft() const { in topLeft() function
/third_party/skia/m133/src/gpu/ganesh/
DGrDrawOpAtlas.cpp58 auto topLeft = atlasLocator.topLeft(); in validate() local
/third_party/skia/src/gpu/
DGrDrawOpAtlas.h139 SkIPoint topLeft() const { in topLeft() function
DGrDrawOpAtlas.cpp36 auto topLeft = atlasLocator.topLeft(); in validate() local
/third_party/skia/include/core/
DSkRect.h155 SkIPoint topLeft() const { return {fLeft, fTop}; } in topLeft() function
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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
/third_party/skia/m133/include/core/
DSkRect.h152 constexpr SkIPoint topLeft() const { return {fLeft, fTop}; } in topLeft() function
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawScissorTests.cpp133 …Vec4 topLeft (-1.0f + scaleWidth * (float)m_quad.m_x, -1.0f + scaleHeight * (float)m_quad.m_… in getVertices() local
/third_party/skia/tests/
DSkRuntimeEffectTest.cpp416 SkIRect topLeft = SkIRect::MakeWH(1, 1); in make_RGBW_shader() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp6027 auto topLeft = tcu::getSubregion(refColorAccess, 0, 0, halfWidth, halfHeight); in ZExportIterate() local
6039 auto topLeft = tcu::getSubregion(refDepthAccess, 0, 0, halfWidth, halfHeight); in ZExportIterate() local
6054 auto topLeft = tcu::getSubregion(refStencilAccess, 0, 0, halfWidth, halfHeight); in ZExportIterate() local

12