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

  /external/skia/include/core/
SkTime.h 49 : fLabel(label)
53 SkDebugf("%s %ld\n", fLabel ? fLabel : "", dur);
56 const char* fLabel;
  /external/skia/gm/
shadertext2.cpp 40 const char* fLabel;
51 matrices.top().fLabel = "Identity";
53 matrices.top().fLabel = "Scale";
55 matrices.top().fLabel = "Rotate";
59 matrices.top().fLabel = "Persp";
63 localMatrices.top().fLabel = "Identity";
65 localMatrices.top().fLabel = "Scale";
67 localMatrices.top().fLabel = "Rotate";
71 localMatrices.top().fLabel = "Persp";
117 canvas->drawString(matrices[lm].fLabel,
    [all...]
gamut.cpp 48 fLabel = SkStringPrintf("Bitmap (%s)", qualityNames[quality]);
56 return fLabel.c_str();
61 SkString fLabel;
surface.cpp 73 const char* fLabel;
87 SkDebugf("failed to create surface! label: %s", rec.fLabel);
90 test_draw(surface->getCanvas(), rec.fLabel);
shadertext3.cpp 42 const char* fLabel;
  /external/skia/samplecode/
SampleSVGFile.cpp 22 : fPath(path), fLabel(SkStringPrintf("[%s]", SkOSPath::Basename(path.c_str()).c_str())) {}
61 SampleCode::TitleR(evt, fLabel.c_str());
70 SkString fLabel;
SampleXfer.cpp 48 SkString fLabel;
53 PushButtonWig(const char label[], uint32_t fast) : fLabel(label) {
62 evt->setString("label", fLabel.c_str());
78 canvas->drawString(fLabel, r.centerX(), r.fTop + 0.68f * r.height(), paint);
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';
493 canvas->drawText(&button.fLabel, 1, button.fBounds.centerX(), button.fBounds.fBottom - 5,
SampleAAGeometry.cpp 491 SkPaint fLabel;
501 fLabel.setAntiAlias(true);
502 fLabel.setTextSize(25.0f);
503 fLabel.setTextAlign(SkPaint::kCenter_Align);
504 fLabel.setStyle(SkPaint::kFill_Style);
512 char fLabel;
518 fLabel = label;
526 fLabel = label;
543 canvas->drawText(&fLabel, 1, fBounds.centerX(), fBounds.fBottom - 5, paints.fLabel);
    [all...]
SampleApp.cpp 522 const char* fLabel;
    [all...]
  /external/skia/include/views/
SkOSMenu.h 62 const char* getLabel() const { return fLabel.c_str(); }
86 SkString fLabel;
  /external/skia/src/views/
SkOSMenu.cpp 94 fLabel.set(label);
  /external/skia/src/utils/
SkLua.cpp 845 const char* fLabel;
857 lua_pushstring(L, gAlignRec[i].fLabel);
870 if (!strcmp(gAlignRec[i].fLabel, label)) {
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 381 milliseconds