Home
last modified time | relevance | path

Searched defs:isRect (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/core/
DSkRasterClip.h45 bool isRect() const { in isRect() function
DSkDevice.cpp581 const bool isRect = fillsBounds && SkMatrixPriv::IsScaleTranslateAsM33(transform); in op() local
DSkRegion.cpp1161 bool isRect = this->isRect(); in writeToMemory() local
DSkAAClip.cpp1279 bool SkAAClip::isRect() const { in isRect() function in SkAAClip
DSkPath.cpp451 bool SkPath::isRect(SkRect* rect, bool* isClosed, SkPathDirection* direction) const { in isRect() function in SkPath
/third_party/skia/include/core/
DSkRegion.h145 bool isRect() const { return fRunHead == kRectRunHeadPtr; } in isRect() function
DSkRRect.h80 inline bool isRect() const { return kRect_Type == this->getType(); } in isRect() function
/third_party/skia/src/gpu/geometry/
DGrStyledShape.h147 bool isRect() const { in isRect() function
DGrShape.h85 bool isRect() const { return this->type() == Type::kRect; } in isRect() function
/third_party/skia/experimental/graphite/src/geom/
DShape.h60 bool isRect() const { return fType == Type::kRect; } in isRect() function
/third_party/glslang/glslang/Include/
DTypes.h88 bool isRect() const { return false; } in isRect() function
119 bool isRect() const { return dim == EsdRect; } in isRect() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp4363 bool isRect = (surface->getTextureTarget() == EGL_TEXTURE_RECTANGLE_ANGLE); in bindTexImage() local