Home
last modified time | relevance | path

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

/third_party/skia/tests/graphite/
DRectTest.cpp67 setTest.setTopLeft({l,t}); in DEF_GRAPHITE_TEST()
/third_party/skia/experimental/graphite/src/geom/
DRect.h82 AI void setTopLeft(float2 topLeft) { fVals.xy() = topLeft; } in setTopLeft() function