Searched defs:isRect (Results 1 – 12 of 12) sorted by relevance
45 bool isRect() const { in isRect() function
581 const bool isRect = fillsBounds && SkMatrixPriv::IsScaleTranslateAsM33(transform); in op() local
1161 bool isRect = this->isRect(); in writeToMemory() local
1279 bool SkAAClip::isRect() const { in isRect() function in SkAAClip
451 bool SkPath::isRect(SkRect* rect, bool* isClosed, SkPathDirection* direction) const { in isRect() function in SkPath
145 bool isRect() const { return fRunHead == kRectRunHeadPtr; } in isRect() function
80 inline bool isRect() const { return kRect_Type == this->getType(); } in isRect() function
147 bool isRect() const { in isRect() function
85 bool isRect() const { return this->type() == Type::kRect; } in isRect() function
60 bool isRect() const { return fType == Type::kRect; } in isRect() function
88 bool isRect() const { return false; } in isRect() function119 bool isRect() const { return dim == EsdRect; } in isRect() function
4363 bool isRect = (surface->getTextureTarget() == EGL_TEXTURE_RECTANGLE_ANGLE); in bindTexImage() local