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

  /external/skia/src/core/
SkFindAndPlaceGlyph.h 310 // GlyphFindAndPlaceInterface given the text and position finds the correct glyph and does
315 class GlyphFindAndPlaceInterface : SkNoncopyable {
317 virtual ~GlyphFindAndPlaceInterface() { }
339 class GlyphFindAndPlaceSubpixel final : public GlyphFindAndPlaceInterface<ProcessOneGlyph> {
394 class GlyphFindAndPlaceFullPixel final : public GlyphFindAndPlaceInterface<ProcessOneGlyph> {
425 static GlyphFindAndPlaceInterface<ProcessOneGlyph>* getSubpixel(
525 GlyphFindAndPlaceInterface<ProcessOneGlyph>* findAndPosition = nullptr;
591 GlyphFindAndPlaceInterface<ProcessOneGlyph>* findAndPosition = nullptr;
  /external/skqp/src/core/
SkFindAndPlaceGlyph.h 310 // GlyphFindAndPlaceInterface given the text and position finds the correct glyph and does
315 class GlyphFindAndPlaceInterface : SkNoncopyable {
317 virtual ~GlyphFindAndPlaceInterface() { }
339 class GlyphFindAndPlaceSubpixel final : public GlyphFindAndPlaceInterface<ProcessOneGlyph> {
394 class GlyphFindAndPlaceFullPixel final : public GlyphFindAndPlaceInterface<ProcessOneGlyph> {
425 static GlyphFindAndPlaceInterface<ProcessOneGlyph>* getSubpixel(
525 GlyphFindAndPlaceInterface<ProcessOneGlyph>* findAndPosition = nullptr;
591 GlyphFindAndPlaceInterface<ProcessOneGlyph>* findAndPosition = nullptr;

Completed in 65 milliseconds