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

  /external/skia/src/gpu/
GrPathRenderer.h 206 static bool IsStrokeHairlineOrEquivalent(const GrStyle& style, const SkMatrix& matrix,
GrSoftwarePathRenderer.cpp 243 !IsStrokeHairlineOrEquivalent(args.fShape->style(), *args.fViewMatrix, nullptr);
  /external/skqp/src/gpu/
GrPathRenderer.h 206 static bool IsStrokeHairlineOrEquivalent(const GrStyle& style, const SkMatrix& matrix,
GrSoftwarePathRenderer.cpp 243 !IsStrokeHairlineOrEquivalent(args.fShape->style(), *args.fViewMatrix, nullptr);
  /external/skia/src/gpu/ops/
GrDefaultPathRenderer.cpp 492 if (IsStrokeHairlineOrEquivalent(shape.style(), viewMatrix, &hairlineCoverage)) {
621 bool isHairline = IsStrokeHairlineOrEquivalent(args.fShape->style(), *args.fViewMatrix, nullptr);
GrAAHairLinePathRenderer.cpp 710 if (!IsStrokeHairlineOrEquivalent(args.fShape->style(), *args.fViewMatrix, nullptr)) {
781 if (GrPathRenderer::IsStrokeHairlineOrEquivalent(style, viewMatrix, &hairlineCoverage)) {
    [all...]
  /external/skqp/src/gpu/ops/
GrDefaultPathRenderer.cpp 492 if (IsStrokeHairlineOrEquivalent(shape.style(), viewMatrix, &hairlineCoverage)) {
621 bool isHairline = IsStrokeHairlineOrEquivalent(args.fShape->style(), *args.fViewMatrix, nullptr);
GrAAHairLinePathRenderer.cpp 710 if (!IsStrokeHairlineOrEquivalent(args.fShape->style(), *args.fViewMatrix, nullptr)) {
781 if (GrPathRenderer::IsStrokeHairlineOrEquivalent(style, viewMatrix, &hairlineCoverage)) {
    [all...]

Completed in 109 milliseconds