HomeSort by relevance Sort by last modified time
    Searched refs:pointData (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkDraw.cpp 571 SkPathEffect::PointData pointData;
579 if (paint.getPathEffect()->asPoints(&pointData, path, rec,
587 if (!pointData.fFirst.isEmpty()) {
589 device->drawPath(pointData.fFirst, newP);
591 this->drawPath(pointData.fFirst, newP);
595 if (!pointData.fLast.isEmpty()) {
597 device->drawPath(pointData.fLast, newP);
599 this->drawPath(pointData.fLast, newP);
603 if (pointData.fSize.fX == pointData.fSize.fY)
    [all...]
  /external/skqp/src/core/
SkDraw.cpp 566 SkPathEffect::PointData pointData;
574 if (paint.getPathEffect()->asPoints(&pointData, path, rec,
582 if (!pointData.fFirst.isEmpty()) {
584 device->drawPath(pointData.fFirst, newP);
586 this->drawPath(pointData.fFirst, newP);
590 if (!pointData.fLast.isEmpty()) {
592 device->drawPath(pointData.fLast, newP);
594 this->drawPath(pointData.fLast, newP);
598 if (pointData.fSize.fX == pointData.fSize.fY)
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
elliptic_test.go 586 pointData, _ := hex.DecodeString("049B535B45FB0A2072398A6831834624C7E32CCFD5A4B933BCEAF77F1DD945E08BBE5178F5EDF5E733388F196D2A631D2E075BB16CBFEEA15B")
587 x, y := Unmarshal(p224, pointData)
  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic_test.go 586 pointData, _ := hex.DecodeString("049B535B45FB0A2072398A6831834624C7E32CCFD5A4B933BCEAF77F1DD945E08BBE5178F5EDF5E733388F196D2A631D2E075BB16CBFEEA15B")
587 x, y := Unmarshal(p224, pointData)
  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp 504 static const tcu::Vec4 pointData[] =
514 gl.bufferData(GL_ARRAY_BUFFER, sizeof(pointData), pointData, GL_STATIC_DRAW);
    [all...]

Completed in 232 milliseconds