Home
last modified time | relevance | path

Searched refs:computeTranslation (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/text/
DGrTextBlobVertexRegenerator.cpp150 fSubRun->computeTranslation(fViewMatrix, x, y, &fTransX, &fTransY); in VertexRegenerator()
DGrTextBlob.h334 void computeTranslation(const SkMatrix& viewMatrix, SkScalar x, SkScalar y,
DGrTextBlob.cpp444 void GrTextBlob::SubRun::computeTranslation(const SkMatrix& viewMatrix, in computeTranslation() function in GrTextBlob::SubRun