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

/external/skia/include/core/
H A DSkTime.h52 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
61 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur);
65 const char* fLabel; member in class:SkAutoTime
H A DSkUtils.h138 SkAutoTrace(const char label[]) : fLabel(label) {
139 SkDebugf("--- trace: %s Enter\n", fLabel);
142 SkDebugf("--- trace: %s Leave\n", fLabel);
145 const char* fLabel; member in class:SkAutoTrace
/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";
130 canvas->drawText(matrices[lm].fLabel, strle
[all...]
H A Dcolortypexfermode.cpp70 const char* fLabel; member in struct:skiagm::ColorTypeXfermodeGM::__anon13739
147 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
H A Dsurface.cpp80 const char* fLabel; member in struct:SurfacePropsGM::__anon13766
96 test_draw(surface->getCanvas(), rec[i].fLabel);
H A Dxfermodes.cpp184 const char* fLabel; member in struct:skiagm::XfermodesGM::__anon13776
269 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
H A Daarectmodes.cpp62 const char* fLabel; member in struct:__anon13734
H A Dhairmodes.cpp15 const char* fLabel; member in struct:__anon13753
H A Dshadertext3.cpp41 const char* fLabel; member in struct:skiagm::LabeledMatrix
H A Dxfermodeimagefilter.cpp82 const char* fLabel; member in struct:skiagm::XfermodeImageFilterGM::__anon13775
/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/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.h67 SkString fLabel; member in class:SkHasLabelWidget
206 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/samplecode/
H A DSampleXfermodesBlur.cpp121 const char* fLabel; member in struct:XfermodesBlurView::__anon13871
190 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
H A DSampleQuadStroker.cpp84 char fLabel; member in struct:StrokeTypeButton
160 fCubicButton.fLabel = 'C';
162 fConicButton.fLabel = 'K';
164 fQuadButton.fLabel = 'Q';
166 fRRectButton.fLabel = 'R';
168 fCircleButton.fLabel = 'O';
171 fTextButton.fLabel = 'T';
404 canvas->drawText(&button.fLabel, 1, button.fBounds.centerX(), button.fBounds.fBottom - 5,
H A DSampleAARectModes.cpp17 const char* fLabel; member in struct:__anon13849
H A DSampleHairModes.cpp17 const char* fLabel; member in struct:__anon13861
H A DSampleApp.cpp456 const char* fLabel; member in struct:FilterQualityState
1922 title.prepend(gFilterQualityStates[fFilterQualityIndex].fLabel);
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp139 fLabel(label) {
140 if (NULL == fLabel) {
141 fLabel = "";
146 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
149 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.cpp950 const char* fLabel; member in struct:__anon14092
962 lua_pushstring(L, gAlignRec[i].fLabel);
975 if (!strcmp(gAlignRec[i].fLabel, label)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 365 milliseconds