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

  /external/skia/src/core/
SkTextMapStateProc.h 16 SkTextMapStateProc(const SkMatrix& matrix, const SkPoint& offset, int scalarsPerPosition)
21 SkASSERT(1 == scalarsPerPosition || 2 == scalarsPerPosition);
22 if (1 == scalarsPerPosition) {
SkDraw.h 71 const SkScalar pos[], int scalarsPerPosition,
126 int scalarsPerPosition, const SkPoint& offset,
SkFindAndPlaceGlyph.h 46 SkPoint offset, const SkMatrix& matrix, const SkScalar pos[], int scalarsPerPosition,
465 SkPoint offset, const SkMatrix& matrix, const SkScalar pos[], int scalarsPerPosition,
486 if (scalarsPerPosition == 2) {
508 if (2 == scalarsPerPosition) {
516 || scalarsPerPosition == 2) {
SkDraw.cpp     [all...]
  /external/skia/src/gpu/text/
GrTextUtils.cpp 132 int scalarsPerPosition, const SkPoint& offset) {
134 SkASSERT(1 == scalarsPerPosition || 2 == scalarsPerPosition);
150 offset, viewMatrix, pos, scalarsPerPosition,
373 int scalarsPerPosition, const SkPoint& offset) {
375 SkASSERT(1 == scalarsPerPosition || 2 == scalarsPerPosition);
413 SkScalar y = offset.y() + (2 == scalarsPerPosition ? pos[1] : 0);
420 if (2 == scalarsPerPosition) {
425 pos += scalarsPerPosition;
    [all...]
GrAtlasTextContext.h 41 size_t byteLength, const SkScalar pos[], int scalarsPerPosition,
82 int scalarsPerPosition,
GrTextUtils.h 121 int scalarsPerPosition, const SkPoint& offset);
136 int scalarsPerPosition, const SkPoint& offset);
148 int scalarsPerPosition, const SkPoint& offset,
GrStencilAndCoverTextContext.h 39 size_t byteLength, const SkScalar pos[], int scalarsPerPosition,
76 int scalarsPerPosition, const SkPoint& offset);
GrAtlasTextContext.cpp 267 const SkScalar pos[], int scalarsPerPosition, const
276 viewMatrix, text, byteLength, pos, scalarsPerPosition, offset);
279 viewMatrix, text, byteLength, pos, scalarsPerPosition, offset);
314 int scalarsPerPosition, const SkPoint& offset,
326 pos, scalarsPerPosition,
335 pos, scalarsPerPosition, offset, regionClipBounds);
GrStencilAndCoverTextContext.cpp 102 int scalarsPerPosition, const SkPoint& offset,
109 run.setPosText(text, byteLength, pos, scalarsPerPosition, offset);
117 byteLength, pos, scalarsPerPosition, offset, clipBounds);
123 byteLength, pos, scalarsPerPosition, offset, clipBounds);
494 const SkScalar pos[], int scalarsPerPosition,
497 SkASSERT(1 == scalarsPerPosition || 2 == scalarsPerPosition);
510 SkTextMapStateProc tmsProc(SkMatrix::I(), offset, scalarsPerPosition);
523 pos += scalarsPerPosition;
  /external/skia/src/gpu/
GrPathRenderingRenderTargetContext.cpp 40 int scalarsPerPosition, const SkPoint& offset,
55 this->surfaceProps(), text, byteLength, pos, scalarsPerPosition, offset, clipBounds);
GrPathRenderingRenderTargetContext.h 18 size_t byteLength, const SkScalar pos[], int scalarsPerPosition,
GrRenderTargetContext.h 68 int scalarsPerPosition, const SkPoint& offset,
GrRenderTargetContext.cpp 188 int scalarsPerPosition, const SkPoint& offset,
197 byteLength, pos, scalarsPerPosition, offset, clipBounds);
    [all...]

Completed in 115 milliseconds