Home
last modified time | relevance | path

Searched refs:dragPoint (Results 1 – 4 of 4) sorted by relevance

/external/skia/samplecode/
DSampleCCPRGeometry.cpp402 this->dragPoint(points, fPtIdx); in doClick()
405 this->dragPoint(points, i); in doClick()
411 void dragPoint(SkPoint points[], int idx) { in dragPoint() function in CCPRGeometryView::Click
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp400 this->dragPoint(points, fPtIdx); in doClick()
403 this->dragPoint(points, i); in doClick()
409 void dragPoint(SkPoint points[], int idx) { in dragPoint() function in CCPRGeometryView::Click
/external/skia/tools/viewer/
DImGuiLayer.h66 void dragPoint(SkPoint* p, bool tooltip = false, ImU32 color = 0xFFFFFFFF) {
DViewer.cpp1421 dc.dragPoint((SkPoint*)(&primaries->fRX), true, 0xFF000040); in ImGui_Primaries()
1422 dc.dragPoint((SkPoint*)(&primaries->fGX), true, 0xFF004000); in ImGui_Primaries()
1423 dc.dragPoint((SkPoint*)(&primaries->fBX), true, 0xFF400000); in ImGui_Primaries()
1424 dc.dragPoint((SkPoint*)(&primaries->fWX), true); in ImGui_Primaries()
1431 dc.dragPoint(pt); in ImGui_DragLocation()
1440 dc.dragPoint(pts + i); in ImGui_DragQuad()