Searched refs:fLabel (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/skia/include/core/
H A DSkTime.h46 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
55 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur);
59 const char* fLabel; member in class:SkAutoTime
H A DSkUtils.h107 SkAutoTrace(const char label[]) : fLabel(label) {
108 SkDebugf("--- trace: %s Enter\n", fLabel);
111 SkDebugf("--- trace: %s Leave\n", fLabel);
114 const char* fLabel; member in class:SkAutoTrace
/external/skia/include/core/
H A DSkTime.h46 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
55 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur);
59 const char* fLabel; member in class:SkAutoTime
H A DSkUtils.h107 SkAutoTrace(const char label[]) : fLabel(label) {
108 SkDebugf("--- trace: %s Enter\n", fLabel);
111 SkDebugf("--- trace: %s Leave\n", fLabel);
114 const char* fLabel; member in class:SkAutoTrace
/external/chromium_org/third_party/skia/gm/
H A Dshadertext2.cpp40 const char* fLabel; member in struct:skiagm::LabeledMatrix
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, strle
[all...]
H A Dsurface.cpp80 const char* fLabel; member in struct:SurfacePropsGM::__anon15056
96 test_draw(surface->getCanvas(), rec[i].fLabel);
H A Dxfermodes.cpp177 const char* fLabel; member in struct:skiagm::XfermodesGM::__anon15064
262 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
H A Daarectmodes.cpp62 const char* fLabel; member in struct:__anon15031
H A Dhairmodes.cpp15 const char* fLabel; member in struct:__anon15046
H A Dshadertext3.cpp41 const char* fLabel; member in struct:skiagm::LabeledMatrix
/external/skia/gm/
H A Dshadertext2.cpp40 const char* fLabel; member in struct:skiagm::LabeledMatrix
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, strle
[all...]
H A Dxfermodes.cpp177 const char* fLabel; member in struct:skiagm::XfermodesGM::__anon30476
261 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
H A Daarectmodes.cpp62 const char* fLabel; member in struct:__anon30443
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkWidgetViews.cpp97 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/
H A DSkWidgetViews.cpp97 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/
H A DSkOSMenu.h62 const char* getLabel() const { return fLabel.c_str(); }
86 SkString fLabel; member in class:SkOSMenu::Item
/external/skia/include/views/
H A DSkOSMenu.h62 const char* getLabel() const { return fLabel.c_str(); }
86 SkString fLabel; member in class:SkOSMenu::Item
/external/chromium_org/third_party/skia/src/views/
H A DSkWidgets.cpp142 *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/
H A DSkWidgets.cpp142 *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/
H A DSampleXfermodesBlur.cpp121 const char* fLabel; member in struct:XfermodesBlurView::__anon15152
190 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
H A DSampleAARectModes.cpp17 const char* fLabel; member in struct:__anon15129
H A DSampleHairModes.cpp17 const char* fLabel; member in struct:__anon15142
/external/skia/samplecode/
H A DSampleXfermodesBlur.cpp121 const char* fLabel; member in struct:XfermodesBlurView::__anon30562
190 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp145 fLabel(label) {
146 if (NULL == fLabel) {
147 fLabel = "";
152 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
155 const char* fLabel; member in class:AutoTimeMillis
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp145 fLabel(label) {
146 if (NULL == fLabel) {
147 fLabel = "";
152 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
155 const char* fLabel; member in class:AutoTimeMillis

Completed in 1738 milliseconds

12