OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PositionReaderInterface
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkFindAndPlaceGlyph.h
158
//
PositionReaderInterface
reads a point from the pos vector.
161
class
PositionReaderInterface
{
163
virtual ~
PositionReaderInterface
() { }
167
class HorizontalPositions final : public
PositionReaderInterface
{
181
class ArbitraryPositions final : public
PositionReaderInterface
{
486
PositionReaderInterface
* positions = nullptr;
508
PositionReaderInterface
* positionReader = nullptr;
/external/skqp/src/core/
SkFindAndPlaceGlyph.h
158
//
PositionReaderInterface
reads a point from the pos vector.
161
class
PositionReaderInterface
{
163
virtual ~
PositionReaderInterface
() { }
167
class HorizontalPositions final : public
PositionReaderInterface
{
181
class ArbitraryPositions final : public
PositionReaderInterface
{
486
PositionReaderInterface
* positions = nullptr;
508
PositionReaderInterface
* positionReader = nullptr;
Completed in 166 milliseconds