Home
last modified time | relevance | path

Searched refs:thisBounds (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp48 const GrCaps& caps, const SkRect& thisBounds, in isCompatible() argument
163 const SkRect& thisBounds, const SkRect& thatBounds, bool noneAsCoverageAA) const { in isCompatible() argument
164 return INHERITED::isCompatible(that, caps, thisBounds, thatBounds, noneAsCoverageAA) && in isCompatible()
DGrSimpleMeshDrawOpHelper.h58 bool isCompatible(const GrSimpleMeshDrawOpHelper& that, const GrCaps&, const SkRect& thisBounds,
186 const SkRect& thisBounds, const SkRect& thatBounds,
/external/skqp/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp48 const GrCaps& caps, const SkRect& thisBounds, in isCompatible() argument
177 const SkRect& thisBounds, const SkRect& thatBounds, bool noneAsCoverageAA) const { in isCompatible() argument
178 return INHERITED::isCompatible(that, caps, thisBounds, thatBounds, noneAsCoverageAA) && in isCompatible()
DGrSimpleMeshDrawOpHelper.h58 bool isCompatible(const GrSimpleMeshDrawOpHelper& that, const GrCaps&, const SkRect& thisBounds,
180 const SkRect& thisBounds, const SkRect& thatBounds,
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
DResolvedReferenceType.java427 …List<ResolvedType> thisBounds = thisParam.asTypeVariable().asTypeParameter().getBounds().stream().… in compareConsideringTypeParameters() local
429 … if (thisBounds.size() == otherBounds.size() && otherBounds.containsAll(thisBounds)) { in compareConsideringTypeParameters()
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-model/
Dcom_github_javaparser_symbolsolver_model_typesystem_ReferenceType.txt232 Line 454) thisBounds.size() ==> java.util.List.size()
234 …Line 454) otherBounds.containsAll(thisBounds) ==> java.util.List.containsAll(java.util.Collection<…