Lines Matching defs:bool

206 static bool calculate_inverse_path(const SkRect& bounds, const SkPath& invPath,
260 explicit operator bool() const { return fContentStream != nullptr; }
264 bool needShape() {
282 bool needSource() {
488 void SkPDFDevice::drawPath(const SkPath& path, const SkPaint& paint, bool pathIsMutable) {
561 bool pathIsMutable) {
619 bool consumeDegeratePathSegments =
671 bool convertedToType3 = fPDFFont->getType() == SkAdvancedTypefaceMetrics::kOther_Font;
672 bool thousandEM = fPDFFont->typeface()->getUnitsPerEm() == 1000;
722 bool fViewersAgreeOnAdvancesInFont = true;
723 bool fViewersAgreeOnXAdvance = true;
725 bool fInText = false;
726 bool fInitialized = false;
750 static bool contains(const SkRect& r, SkPoint p) {
794 static bool needs_new_font(SkPDFFont* font, const SkGlyph* glyph,
806 bool bitmapOnly = nullptr == glyph->path();
807 bool convertedToType3 = (font->getType() == SkAdvancedTypefaceMetrics::kOther_Font);
886 bool actualText = false;
1034 bool SkPDFDevice::handleInversePath(const SkPath& origPath,
1036 bool pathIsMutable) {
1052 bool doFillPath = paint.getFillPath(origPath, &modifiedPath);
1090 SkPDFIndirectReference SkPDFDevice::makeFormXObjectFromDevice(SkIRect bounds, bool alpha) {
1112 SkPDFIndirectReference SkPDFDevice::makeFormXObjectFromDevice(bool alpha) {
1119 bool invertClip) {
1135 static bool treat_as_regular_pdf_blend_mode(SkBlendMode blendMode) {
1417 bool SkPDFDevice::isContentEmpty() {
1438 static bool is_integer(SkScalar x) {
1442 static bool is_integral(const SkRect& r) {
1567 bool needToRestore = false;