OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkTextMapStateProc
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/core/
SkTextMapStateProc.h
14
class
SkTextMapStateProc
{
16
SkTextMapStateProc
(const SkMatrix& matrix, const SkPoint& offset, int scalarsPerPosition)
58
inline void
SkTextMapStateProc
::operator()(const SkScalar pos[], SkPoint* loc) const {
SkDraw.cpp
31
#include "
SkTextMapStateProc
.h"
[
all
...]
/external/skia/src/gpu/text/
GrTextUtils.cpp
23
#include "
SkTextMapStateProc
.h"
516
SkTextMapStateProc
tmsProc(SkMatrix::I(), offset, scalarsPerPosition);
GrStencilAndCoverTextContext.cpp
25
#include "
SkTextMapStateProc
.h"
516
SkTextMapStateProc
tmsProc(SkMatrix::I(), offset, scalarsPerPosition);
Completed in 1189 milliseconds