Lines Matching defs:width
77 void TextTabAlign::expendTabCluster(SkScalar width)
79 fTabCluster->run().extendClusterWidth(fTabCluster, width);
80 TEXT_LOGD("tabCluster(%zu, %zu) expend %f", fTabCluster->textRange().start, fTabCluster->textRange().end, width);
89 fTabStartPos = words.width() + clusters.width() + totalFakeSpacing;
95 expendTabCluster(0 - fTabCluster->width());
103 expendTabCluster(fTabShift - fTabCluster->width());
120 words.shiftWidth(0 - fTabCluster->width());
121 expendTabCluster(0 - fTabCluster->width());
149 fTabEndPos = words.width() + clusters.width() + totalFakeSpacing;
156 expendTabCluster(0 - fTabCluster->width());
158 fTabStartPos = words.width() + clusters.width() + totalFakeSpacing;
179 fTabEndPos = words.width() + clusters.width() + totalFakeSpacing;
187 fTabEndPos -= currentCluster->width();
209 fTabEndPos = words.width() + clusters.width() + totalFakeSpacing;
236 fTabEndPos = words.width() + clusters.width() + totalFakeSpacing;
246 expendTabCluster(0 - fTabCluster->width());
248 fTabStartPos = words.width() + clusters.width() + totalFakeSpacing;
270 SkScalar tabEndPosTmp = words.width() + clusters.width() + totalFakeSpacing;
284 fTabEndPos -= currentCluster->width();
309 SkScalar tabEndPosTmp = words.width() + clusters.width() + totalFakeSpacing;