• Home
  • Raw
  • Download

Lines Matching refs:GrQuad

227 static bool is_simple_rect(const GrQuad& quad) {  in is_simple_rect()
228 if (quad.quadType() != GrQuad::Type::kAxisAligned) { in is_simple_rect()
318 SkRect GrQuad::projectedBounds() const { in projectedBounds()
359 void ResolveAAType(GrAAType requestedAAType, GrQuadAAFlags requestedEdgeFlags, const GrQuad& quad, in ResolveAAType()
374 if (quad.quadType() == GrQuad::Type::kAxisAligned && !quad.aaHasEffectOnRect()) { in ResolveAAType()
396 if (quad->fDevice.quadType() < GrQuad::Type::kPerspective) { in ClipToW0()
411 GrQuad::Type localType = quad->fLocal.quadType(); in ClipToW0()
412 if (localType < GrQuad::Type::kGeneral) { in ClipToW0()
413 localType = GrQuad::Type::kGeneral; in ClipToW0()
469 v.asGrQuads(&quad->fDevice, GrQuad::Type::kPerspective, in ClipToW0()
529 v.asGrQuads(&quad->fDevice, GrQuad::Type::kPerspective, in ClipToW0()
533 v2.asGrQuads(&extraVertices->fDevice, GrQuad::Type::kPerspective, in ClipToW0()
543 if (quad->fDevice.quadType() == GrQuad::Type::kAxisAligned) { in CropToRect()
585 if (quad->fDevice.quadType() == GrQuad::Type::kPerspective) { in CropToRect()
626 quad->fDevice.setQuadType(GrQuad::Type::kAxisAligned); in CropToRect()
649 GrQuad::Type quadType) { in reset()
651 if (quadType == GrQuad::Type::kPerspective) { in reset()
669 if (quadType <= GrQuad::Type::kRectilinear) { in reset()
855 void TessellationHelper::OutsetRequest::reset(const EdgeVectors& edgeVectors, GrQuad::Type quadType, in reset()
861 if (quadType <= GrQuad::Type::kRectilinear) { in reset()
908 void TessellationHelper::Vertices::reset(const GrQuad& deviceQuad, const GrQuad* localQuad) { in reset()
924 void TessellationHelper::Vertices::asGrQuads(GrQuad* deviceOut, GrQuad::Type deviceType, in asGrQuads()
925 GrQuad* localOut, GrQuad::Type localType) const { in asGrQuads()
931 if (deviceType == GrQuad::Type::kPerspective) { in asGrQuads()
1089 void TessellationHelper::reset(const GrQuad& deviceQuad, const GrQuad* localQuad) { in reset()
1092 fLocalType = localQuad ? localQuad->quadType() : GrQuad::Type::kAxisAligned; in reset()
1106 GrQuad* deviceInset, GrQuad* localInset) { in inset()
1131 GrQuad* deviceOutset, GrQuad* localOutset) { in outset()
1188 if (fDeviceType < GrQuad::Type::kPerspective) { in adjustVertices()
1205 if (fDeviceType <= GrQuad::Type::kRectilinear) { in adjustDegenerateVertices()