Searched refs:textByteCount (Results 1 – 2 of 2) sorted by relevance
/external/skia/include/core/ |
D | SkTextBlob.h | 185 int textByteCount, 211 int textByteCount, SkString lang, 236 int textByteCount, SkString lang,
|
/external/skia/src/core/ |
D | SkTextBlob.cpp | 639 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()
|