HomeSort by relevance Sort by last modified time
    Searched refs:SkStrikeInterface (Results 1 - 12 of 12) sorted by null

  /external/skia/src/core/
SkStrikeInterface.h 65 class SkStrikeInterface {
67 virtual ~SkStrikeInterface() = default;
79 void operator()(SkStrikeInterface* ptr) const {
85 using SkScopedStrike = std::unique_ptr<SkStrikeInterface, SkStrikeInterface::Deleter>;
SkGlyphRunPainter.h 150 SkStrikeInterface* strike) = 0;
153 SkStrikeInterface* strike, SkScalar cacheToSourceScale) = 0;
158 SkStrikeInterface* strike,
166 SkStrikeInterface* strike,
171 SkStrikeInterface* strike) = 0;
SkRemoteGlyphCacheImpl.h 17 class SkStrikeServer::SkGlyphCacheState : public SkStrikeInterface {
SkStrike.h 19 #include "SkStrikeInterface.h"
36 class SkStrike final : public SkStrikeInterface {
SkGlyphRunPainter.cpp 32 #include "SkStrikeInterface.h"
    [all...]
SkStrikeCache.cpp 20 class SkStrikeCache::Node final : public SkStrikeInterface {
  /external/skqp/src/core/
SkGlyphRunPainter.h 22 class SkStrikeInterface {
24 virtual ~SkStrikeInterface() = default;
83 SkStrikeInterface* cache, const SkGlyphRun& glyphRun,
106 SkStrikeInterface* cache, const SkGlyphRun& glyphRun,
112 SkStrikeInterface* cache, const SkGlyphRun& glyphRun,
SkRemoteGlyphCacheImpl.h 17 class SkStrikeServer::SkGlyphCacheState : public SkStrikeInterface {
SkStrike.h 35 class SkStrike : public SkStrikeInterface {
SkGlyphRunPainter.cpp 336 SkStrikeInterface* pathCache, const SkGlyphRun& glyphRun,
373 SkStrikeInterface* cache, const SkGlyphRun& glyphRun,
434 SkStrikeInterface* cache, const SkGlyphRun& glyphRun,
    [all...]
SkStrikeCache.cpp 20 class SkStrikeCache::Node final : public SkStrikeInterface {
  /external/skia/src/gpu/text/
GrTextBlob.h 527 SkStrikeInterface* strike) override;
530 SkStrikeInterface* strike, SkScalar cacheToSourceScale) override;
535 SkStrikeInterface* strike,
543 SkStrikeInterface* strike,
548 SkStrikeInterface* strike) override;

Completed in 241 milliseconds