Home | History | Annotate | Download | only in gm

Lines Matching defs:fLabel

40     const char* fLabel;
64 matrices.top().fLabel = "Identity";
66 matrices.top().fLabel = "Scale";
68 matrices.top().fLabel = "Rotate";
72 matrices.top().fLabel = "Persp";
76 localMatrices.top().fLabel = "Identity";
78 localMatrices.top().fLabel = "Scale";
80 localMatrices.top().fLabel = "Rotate";
84 localMatrices.top().fLabel = "Persp";
127 canvas->drawText(matrices[lm].fLabel, strlen(matrices[lm].fLabel),
129 SkScalar labelW = labelPaint.measureText(matrices[lm].fLabel,
130 strlen(matrices[lm].fLabel));
145 canvas->drawText(matrices[m].fLabel, strlen(matrices[m].fLabel),