Home
last modified time | relevance | path

Searched defs:isRect (Results 1 - 11 of 11) sorted by relevance

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

Completed in 22 milliseconds