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

  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverTextContext.h 65 RenderMode, SkScalar textTranslateY = 0);
GrStencilAndCoverTextContext.cpp 144 const float textTranslateY = (1 == scalarsPerPosition ? constY : 0);
145 this->init(paint, skPaint, byteLength, kMaxPerformance_RenderMode, textTranslateY);
245 SkScalar textTranslateY) {
261 SkASSERT(0 == textTranslateY); // TODO: Handle textTranslateY in device-space usecase.
343 textMatrix.setTranslate(0, textTranslateY);

Completed in 50 milliseconds