Lines Matching defs:size
71 const auto size =
72 ctx.lengthContext().resolve(ctx.presentationContext().fInherited.fFontSize->size(),
79 SkFont font(std::move(tf), size);
93 resolved.reserve(lengths.size());
148 const auto hasAllLocal = localCharIndex < fX.size() &&
149 localCharIndex < fY.size() &&
150 localCharIndex < fDx.size() &&
151 localCharIndex < fDy.size() &&
152 localCharIndex < fRotate.size();
157 if (localCharIndex < fX.size()) {
160 if (localCharIndex < fY.size()) {
163 if (localCharIndex < fDx.size()) {
166 if (localCharIndex < fDy.size()) {
184 if (localCharIndex < fRotate.size()) {
223 fShaper->shape(fShapeBuffer.fUtf8.data(), fShapeBuffer.fUtf8.size(),
301 fShapeBuffer.reserve(txt.size());
304 const char* ch_end = ch_ptr + txt.size();
449 fShapeClusterBuffer.resize(std::max(fShapeClusterBuffer.size(), ri.glyphCount));