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

1 2

  /external/chromium_org/third_party/skia/include/core/
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;
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;
  /external/skia/include/core/
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;
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;
  /external/chromium_org/third_party/skia/gm/
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),
aarectmodes.cpp 62 const char* fLabel;
hairmodes.cpp 15 const char* fLabel;
shadertext3.cpp 41 const char* fLabel;
  /external/skia/gm/
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/chromium_org/third_party/skia/src/views/animated/
SkWidgetViews.cpp 97 return fLabel.c_str();
103 *label = fLabel;
113 if ((label == NULL && fLabel.size() != 0) || !fLabel.equals(label, len))
117 this->onLabelChange(fLabel.c_str(), tmp.c_str());
118 fLabel.swap(tmp);
124 if (fLabel != label)
126 this->onLabelChange(fLabel.c_str(), label.c_str());
127 fLabel = label;
  /external/skia/src/views/animated/
SkWidgetViews.cpp 97 return fLabel.c_str();
103 *label = fLabel;
113 if ((label == NULL && fLabel.size() != 0) || !fLabel.equals(label, len))
117 this->onLabelChange(fLabel.c_str(), tmp.c_str());
118 fLabel.swap(tmp);
124 if (fLabel != label)
126 this->onLabelChange(fLabel.c_str(), label.c_str());
127 fLabel = label;
  /external/chromium_org/third_party/skia/include/views/
SkOSMenu.h 62 const char* getLabel() const { return fLabel.c_str(); }
86 SkString fLabel;
SkWidget.h 67 SkString fLabel;
206 SkString fLabel;
  /external/skia/include/views/
SkOSMenu.h 62 const char* getLabel() const { return fLabel.c_str(); }
86 SkString fLabel;
SkWidget.h 67 SkString fLabel;
206 SkString fLabel;
  /external/chromium_org/third_party/skia/src/views/
SkWidgets.cpp 142 *str = fLabel;
143 return fLabel.size();
149 memcpy(buffer, fLabel.c_str(), fLabel.size());
150 return fLabel.size();
165 if (!fLabel.equals(label, len))
167 fLabel.set(label, len);
  /external/skia/src/views/
SkWidgets.cpp 142 *str = fLabel;
143 return fLabel.size();
149 memcpy(buffer, fLabel.c_str(), fLabel.size());
150 return fLabel.size();
165 if (!fLabel.equals(label, len))
167 fLabel.set(label, len);
  /external/chromium_org/third_party/skia/samplecode/
SampleXfermodesBlur.cpp 121 const char* fLabel;
190 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
SampleAARectModes.cpp 17 const char* fLabel;
  /external/skia/samplecode/
SampleXfermodesBlur.cpp 121 const char* fLabel;
190 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libwebp.cpp 145 fLabel(label) {
146 if (NULL == fLabel) {
147 fLabel = "";
152 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
155 const char* fLabel;
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 145 fLabel(label) {
146 if (NULL == fLabel) {
147 fLabel = "";
152 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
155 const char* fLabel;
  /external/chromium_org/third_party/skia/include/views/animated/
SkWidgetViews.h 98 SkString fLabel;

Completed in 1220 milliseconds

1 2