Home | History | Annotate | Download | only in gm

Lines Matching refs:fLabel

48     const char* fLabel;
72 matrices.top().fLabel = "Identity";
74 matrices.top().fLabel = "Scale";
76 matrices.top().fLabel = "Rotate";
80 matrices.top().fLabel = "Persp";
84 localMatrices.top().fLabel = "Identity";
86 localMatrices.top().fLabel = "Scale";
88 localMatrices.top().fLabel = "Rotate";
92 localMatrices.top().fLabel = "Persp";
139 canvas->drawText(matrices[lm].fLabel, strlen(matrices[lm].fLabel),
141 SkScalar labelW = labelPaint.measureText(matrices[lm].fLabel,
142 strlen(matrices[lm].fLabel));
157 canvas->drawText(matrices[m].fLabel, strlen(matrices[m].fLabel),