HomeSort by relevance Sort by last modified time
    Searched defs:SkStrike (Results 1 - 3 of 3) sorted by null

  /external/skqp/src/core/
SkStrike.h 35 class SkStrike : public SkStrikeInterface {
37 SkStrike(const SkDescriptor& desc,
150 AutoValidate(const SkStrike* cache) : fCache(cache) {
164 const SkStrike* fCache;
SkStrike.cpp 8 #include "SkStrike.h"
25 SkStrike::SkStrike(
39 const SkDescriptor& SkStrike::getDescriptor() const {
49 unsigned SkStrike::getGlyphCount() const {
53 int SkStrike::countCachedGlyphs() const {
57 bool SkStrike::isGlyphCached(SkGlyphID glyphID, SkFixed x, SkFixed y) const {
62 SkGlyph* SkStrike::getRawGlyphByID(SkPackedGlyphID id) {
66 const SkGlyph& SkStrike::getGlyphIDAdvance(uint16_t glyphID) {
72 const SkGlyph& SkStrike::getGlyphIDMetrics(uint16_t glyphID)
    [all...]
  /external/skia/src/core/
SkStrike.cpp 8 #include "SkStrike.h"
25 SkStrike::SkStrike(
39 const SkDescriptor& SkStrike::getDescriptor() const {
49 unsigned SkStrike::getGlyphCount() const {
53 int SkStrike::countCachedGlyphs() const {
57 bool SkStrike::isGlyphCached(SkGlyphID glyphID, SkFixed x, SkFixed y) const {
62 SkGlyph* SkStrike::getRawGlyphByID(SkPackedGlyphID id) {
66 const SkGlyph& SkStrike::getGlyphIDAdvance(uint16_t glyphID) {
72 const SkGlyph& SkStrike::getGlyphIDMetrics(uint16_t glyphID)
    [all...]

Completed in 1703 milliseconds