Searched refs:pointData (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkDraw.cpp | 441 SkPathEffectBase::PointData pointData; in drawPoints() local 447 if (as_PEB(paint.getPathEffect())->asPoints(&pointData, path, stroke, ctm, in drawPoints() 455 if (!pointData.fFirst.isEmpty()) { in drawPoints() 457 device->drawPath(pointData.fFirst, newP); in drawPoints() 459 this->drawPath(pointData.fFirst, newP); in drawPoints() 463 if (!pointData.fLast.isEmpty()) { in drawPoints() 465 device->drawPath(pointData.fLast, newP); in drawPoints() 467 this->drawPath(pointData.fLast, newP); in drawPoints() 471 if (pointData.fSize.fX == pointData in drawPoints() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationGeometryInteractionTests.cpp | 512 static const tcu::Vec4 pointData[] = in init() local 522 gl.bufferData(GL_ARRAY_BUFFER, sizeof(pointData), pointData, GL_STATIC_DRAW); in init()
|
Completed in 5 milliseconds