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

1 2

  /external/skia/include/core/
SkTime.h 52 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
61 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur);
65 const char* fLabel;
SkUtils.h 138 SkAutoTrace(const char label[]) : fLabel(label) {
139 SkDebugf("--- trace: %s Enter\n", fLabel);
142 SkDebugf("--- trace: %s Leave\n", fLabel);
145 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";
130 canvas->drawText(matrices[lm].fLabel, strlen(matrices[lm].fLabel)
    [all...]
colortypexfermode.cpp 70 const char* fLabel;
147 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
surface.cpp 80 const char* fLabel;
96 test_draw(surface->getCanvas(), rec[i].fLabel);
xfermodes.cpp 184 const char* fLabel;
269 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;
xfermodeimagefilter.cpp 82 const char* fLabel;
  /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/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/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);
SkOSMenu.cpp 94 fLabel.set(label);
  /external/skia/samplecode/
SampleXfermodesBlur.cpp 121 const char* fLabel;
190 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
SampleQuadStroker.cpp 84 char fLabel;
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,
SampleAARectModes.cpp 17 const char* fLabel;
SampleHairModes.cpp 17 const char* fLabel;
SampleApp.cpp 456 const char* fLabel;
    [all...]
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 139 fLabel(label) {
140 if (NULL == fLabel) {
141 fLabel = "";
146 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
149 const char* fLabel;
  /external/skia/include/views/animated/
SkWidgetViews.h 98 SkString fLabel;
  /external/skia/src/utils/
SkLua.cpp 950 const char* fLabel;
962 lua_pushstring(L, gAlignRec[i].fLabel);
975 if (!strcmp(gAlignRec[i].fLabel, label)) {
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 518 milliseconds

1 2