Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
84 bool operator!=(const SkFont& font) const { return !(*this == font); }
149 Note that some bitmap formats may not be able to scale linearly and will ignore this flag.
186 /** Returns a font with the same attributes of this font, but with the specified size.
324 return this->textToGlyphs(text, byteLength, encoding, nullptr, 0);
338 return this->measureText(text, byteLength, encoding, bounds, nullptr);
367 this->getWidthsBounds(glyphs, count, widths, bounds, nullptr);
372 this->getWidths(glyphs, count, widths);
385 this->getWidthsBounds(glyphs, count, widths, nullptr, nullptr);
414 this->getWidthsBounds(glyphs, count, nullptr, bounds, paint);
494 SkScalar getSpacing() const { return this->getMetrics(nullptr); }
497 * not rely on this for anything specific. Used to aid in debugging.