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

12

/external/skia/include/core/
H A DSkTime.h49 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
58 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur);
62 const char* fLabel; member in class:SkAutoTime
/external/skia/gm/
H A Dshadertext2.cpp39 const char* fLabel; member in struct:LabeledMatrix
50 matrices.top().fLabel = "Identity";
52 matrices.top().fLabel = "Scale";
54 matrices.top().fLabel = "Rotate";
58 matrices.top().fLabel = "Persp";
62 localMatrices.top().fLabel = "Identity";
64 localMatrices.top().fLabel = "Scale";
66 localMatrices.top().fLabel = "Rotate";
70 localMatrices.top().fLabel = "Persp";
116 canvas->drawText(matrices[lm].fLabel, strle
[all...]
H A Dcolortypexfermode.cpp70 const char* fLabel; member in struct:skiagm::ColorTypeXfermodeGM::__anon17064
147 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
H A Dlcdblendmodes.cpp90 const char* fLabel; member in struct:skiagm::LcdBlendGM::__anon17087
143 SkString string(gModes[m].fLabel);
144 canvas->drawText(gModes[m].fLabel, string.size(), 0, y, paint);
H A Dsurface.cpp81 const char* fLabel; member in struct:SurfacePropsGM::__anon17099
97 test_draw(surface->getCanvas(), rec[i].fLabel);
H A Ddrawatlascolor.cpp81 const char* fLabel; member in struct:DrawAtlasColorsGM::__anon17072
144 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
H A Dxfermodes.cpp71 const char* fLabel; member in struct:__anon17108
309 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
H A Daarectmodes.cpp63 const char* fLabel; member in struct:__anon17055
H A Dhairmodes.cpp15 const char* fLabel; member in struct:__anon17081
H A Dshadertext3.cpp41 const char* fLabel; member in struct:skiagm::LabeledMatrix
H A Dxfermodeimagefilter.cpp53 const char* fLabel; member in struct:skiagm::XfermodeImageFilterGM::__anon17107
/external/skia/src/views/animated/
H A DSkWidgetViews.cpp97 return fLabel.c_str();
103 *label = fLabel;
113 if ((label == nullptr && 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/samplecode/
H A DSampleXfer.cpp51 SkString fLabel; member in class:PushButtonWig
56 PushButtonWig(const char label[], uint32_t fast) : fLabel(label) {
65 evt->setString("label", fLabel.c_str());
81 canvas->drawText(fLabel.c_str(), fLabel.size(), r.centerX(), r.fTop + 0.68f * r.height(), paint);
H A DSampleXfermodesBlur.cpp121 const char* fLabel; member in struct:XfermodesBlurView::__anon17219
190 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
H A DSampleQuadStroker.cpp88 char fLabel; member in struct:StrokeTypeButton
173 fCubicButton.fLabel = 'C';
175 fConicButton.fLabel = 'K';
177 fQuadButton.fLabel = 'Q';
179 fArcButton.fLabel = 'A';
181 fRRectButton.fLabel = 'R';
183 fCircleButton.fLabel = 'O';
186 fTextButton.fLabel = 'T';
494 canvas->drawText(&button.fLabel, 1, button.fBounds.centerX(), button.fBounds.fBottom - 5,
H A DSampleAARectModes.cpp17 const char* fLabel; member in struct:__anon17190
H A DSampleHairModes.cpp17 const char* fLabel; member in struct:__anon17206
H A DSampleApp.cpp473 const char* fLabel; member in struct:FilterQualityState
2045 title.prepend(gFilterQualityStates[fFilterQualityIndex].fLabel);
/external/skia/include/views/
H A DSkOSMenu.h62 const char* getLabel() const { return fLabel.c_str(); }
86 SkString fLabel; member in class:SkOSMenu::Item
H A DSkWidget.h66 SkString fLabel; member in class:SkHasLabelWidget
205 SkString fLabel; member in class:SkHasLabelView
/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);
H A DSkOSMenu.cpp94 fLabel.set(label);
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp137 fLabel(label) {
138 if (nullptr == fLabel) {
139 fLabel = "";
144 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
147 const char* fLabel; member in class:AutoTimeMillis
/external/skia/include/views/animated/
H A DSkWidgetViews.h98 SkString fLabel; member in class:SkWidgetView
/external/skia/src/utils/
H A DSkLua.cpp951 const char* fLabel; member in struct:__anon17457
963 lua_pushstring(L, gAlignRec[i].fLabel);
976 if (!strcmp(gAlignRec[i].fLabel, label)) {

Completed in 1009 milliseconds

12