Lines Matching refs:fLabel
40 const char* fLabel; member
51 matrices.top().fLabel = "Identity";
53 matrices.top().fLabel = "Scale";
55 matrices.top().fLabel = "Rotate";
59 matrices.top().fLabel = "Persp";
63 localMatrices.top().fLabel = "Identity";
65 localMatrices.top().fLabel = "Scale";
67 localMatrices.top().fLabel = "Rotate";
71 localMatrices.top().fLabel = "Persp";
117 canvas->drawText(matrices[lm].fLabel, strlen(matrices[lm].fLabel),
119 SkScalar labelW = labelPaint.measureText(matrices[lm].fLabel,
120 strlen(matrices[lm].fLabel));
135 canvas->drawText(matrices[m].fLabel, strlen(matrices[m].fLabel),