HomeSort by relevance Sort by last modified time
    Searched defs:fLabel (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/skia/include/core/
SkUtils.h 107 SkAutoTrace(const char label[]) : fLabel(label) {
108 SkDebugf("--- trace: %s Enter\n", fLabel);
111 SkDebugf("--- trace: %s Leave\n", fLabel);
114 const char* fLabel;
SkTime.h 46 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
55 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur);
59 const char* fLabel;
  /external/skia/include/core/
SkUtils.h 107 SkAutoTrace(const char label[]) : fLabel(label) {
108 SkDebugf("--- trace: %s Enter\n", fLabel);
111 SkDebugf("--- trace: %s Leave\n", fLabel);
114 const char* fLabel;
SkTime.h 46 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
55 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur);
59 const char* fLabel;
  /external/chromium_org/third_party/skia/gm/
surface.cpp 80 const char* fLabel;
96 test_draw(surface->getCanvas(), rec[i].fLabel);
hairmodes.cpp 15 const char* fLabel;
shadertext3.cpp 41 const char* fLabel;
xfermodeimagefilter.cpp 99 const char* fLabel;
aarectmodes.cpp 62 const char* fLabel;
shadertext2.cpp 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";
130 canvas->drawText(matrices[lm].fLabel, strlen(matrices[lm].fLabel)
    [all...]
xfermodes.cpp 177 const char* fLabel;
262 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
  /external/chromium_org/third_party/skia/samplecode/
SampleAARectModes.cpp 17 const char* fLabel;
SampleHairModes.cpp 17 const char* fLabel;
SampleXfermodesBlur.cpp 121 const char* fLabel;
190 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
  /external/skia/gm/
hairmodes.cpp 15 const char* fLabel;
shadertext3.cpp 41 const char* fLabel;
xfermodeimagefilter.cpp 98 const char* fLabel;
aarectmodes.cpp 62 const char* fLabel;
shadertext2.cpp 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)
    [all...]
xfermodes.cpp 177 const char* fLabel;
261 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
  /external/skia/samplecode/
SampleAARectModes.cpp 17 const char* fLabel;
SampleHairModes.cpp 17 const char* fLabel;
SampleXfermodesBlur.cpp 121 const char* fLabel;
190 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
  /external/chromium_org/third_party/skia/include/views/
SkOSMenu.h 62 const char* getLabel() const { return fLabel.c_str(); }
86 SkString fLabel;
  /external/skia/include/views/
SkOSMenu.h 62 const char* getLabel() const { return fLabel.c_str(); }
86 SkString fLabel;

Completed in 551 milliseconds

1 2