Home
last modified time | relevance | path

Searched refs:textByteCount (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkTextBlob.h185 int textByteCount,
211 int textByteCount, SkString lang,
236 int textByteCount, SkString lang,
/external/skia/src/core/
DSkTextBlob.cpp639 int textByteCount, in allocRunText() argument
642 …this->allocInternal(font, SkTextBlob::kDefault_Positioning, count, textByteCount, SkPoint::Make(x,… in allocRunText()
648 int textByteCount, in allocRunTextPosH() argument
651 …this->allocInternal(font, SkTextBlob::kHorizontal_Positioning, count, textByteCount, SkPoint::Make… in allocRunTextPosH()
658 int textByteCount, in allocRunTextPos() argument
661 …this->allocInternal(font, SkTextBlob::kFull_Positioning, count, textByteCount, SkPoint::Make(0, 0)… in allocRunTextPos()