Searched refs:thisBounds (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrSimpleMeshDrawOpHelper.cpp | 48 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()
|
D | GrSimpleMeshDrawOpHelper.h | 58 bool isCompatible(const GrSimpleMeshDrawOpHelper& that, const GrCaps&, const SkRect& thisBounds, 186 const SkRect& thisBounds, const SkRect& thatBounds,
|
/external/skqp/src/gpu/ops/ |
D | GrSimpleMeshDrawOpHelper.cpp | 48 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()
|
D | GrSimpleMeshDrawOpHelper.h | 58 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/ |
D | ResolvedReferenceType.java | 427 …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/ |
D | com_github_javaparser_symbolsolver_model_typesystem_ReferenceType.txt | 232 Line 454) thisBounds.size() ==> java.util.List.size() 234 …Line 454) otherBounds.containsAll(thisBounds) ==> java.util.List.containsAll(java.util.Collection<…
|