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

1 2

  /external/skia/include/core/
SkTime.h 49 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
58 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur);
62 const char* fLabel;
  /external/skia/gm/
drawatlascolor.cpp 81 const char* fLabel;
144 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
hairmodes.cpp 15 const char* fLabel;
lcdblendmodes.cpp 90 const char* fLabel;
143 SkString string(gModes[m].fLabel);
144 canvas->drawText(gModes[m].fLabel, string.size(), 0, y, paint);
shadertext3.cpp 41 const char* fLabel;
surface.cpp 81 const char* fLabel;
97 test_draw(surface->getCanvas(), rec[i].fLabel);
xfermodeimagefilter.cpp 53 const char* fLabel;
aarectmodes.cpp 63 const char* fLabel;
colortypexfermode.cpp 70 const char* fLabel;
147 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
shadertext2.cpp 39 const char* fLabel;
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, strlen(matrices[lm].fLabel)
    [all...]
xfermodes.cpp 71 const char* fLabel;
309 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
  /external/skia/samplecode/
SampleAARectModes.cpp 17 const char* fLabel;
SampleHairModes.cpp 17 const char* fLabel;
SampleXfer.cpp 51 SkString fLabel;
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);
SampleXfermodesBlur.cpp 121 const char* fLabel;
190 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
SampleQuadStroker.cpp 88 char fLabel;
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,
SampleApp.cpp 473 const char* fLabel;
    [all...]
  /external/skia/include/views/
SkOSMenu.h 62 const char* getLabel() const { return fLabel.c_str(); }
86 SkString fLabel;
SkWidget.h 66 SkString fLabel;
205 SkString fLabel;
  /external/skia/include/views/animated/
SkWidgetViews.h 98 SkString fLabel;
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 137 fLabel(label) {
138 if (nullptr == fLabel) {
139 fLabel = "";
144 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
147 const char* fLabel;
  /external/skia/src/utils/
SkLua.cpp 951 const char* fLabel;
963 lua_pushstring(L, gAlignRec[i].fLabel);
976 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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 

Completed in 255 milliseconds

1 2