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

1 2

  /external/skia/include/core/
SkUtils.h 109 SkAutoTrace(const char label[]) : fLabel(label) {
110 SkDebugf("--- trace: %s Enter\n", fLabel);
113 SkDebugf("--- trace: %s Leave\n", fLabel);
116 const char* fLabel;
131 const char* fLabel;
SkTime.h 46 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
55 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur);
59 const char* fLabel;
  /external/skia/legacy/include/core/
SkUtils.h 109 SkAutoTrace(const char label[]) : fLabel(label) {
110 SkDebugf("--- trace: %s Enter\n", fLabel);
113 SkDebugf("--- trace: %s Leave\n", fLabel);
116 const char* fLabel;
131 const char* fLabel;
SkTime.h 46 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
55 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur);
59 const char* fLabel;
  /external/skia/gm/
hairmodes.cpp 15 const char* fLabel;
aarectmodes.cpp 62 const char* fLabel;
shadertext3.cpp 48 const char* fLabel;
xfermodes.cpp 89 const char* fLabel;
157 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
shadertext2.cpp 48 const char* fLabel;
72 matrices.top().fLabel = "Identity";
74 matrices.top().fLabel = "Scale";
76 matrices.top().fLabel = "Rotate";
80 matrices.top().fLabel = "Persp";
84 localMatrices.top().fLabel = "Identity";
86 localMatrices.top().fLabel = "Scale";
88 localMatrices.top().fLabel = "Rotate";
92 localMatrices.top().fLabel = "Persp";
139 canvas->drawText(matrices[lm].fLabel, strlen(matrices[lm].fLabel)
    [all...]
  /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/legacy/include/views/
SkOSMenu.h 62 const char* getLabel() const { return fLabel.c_str(); }
86 SkString fLabel;
SkWidget.h 62 SkString fLabel;
227 SkString fLabel;
SkWidgetViews.h 98 SkString fLabel;
  /external/skia/include/views/animated/
SkWidgetViews.h 98 SkString fLabel;
  /external/skia/legacy/src/images/
SkImageDecoder_libwebp.cpp 123 fLabel(label) {
124 if (!fLabel) {
125 fLabel = "";
130 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
133 const char* fLabel;
SkImageDecoder_libjpeg.cpp 90 AutoTimeMillis(const char label[]) : fLabel(label) {
91 if (!fLabel) {
92 fLabel = "";
97 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
100 const char* fLabel;
    [all...]
  /external/skia/legacy/src/views/
SkListView.cpp 121 SkString fLabel;
147 rec->fLabel.set(dom.findAttr(child, "label"));
175 *left = fList[index].fLabel;
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 123 fLabel(label) {
124 if (!fLabel) {
125 fLabel = "";
130 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
133 const char* fLabel;
SkImageDecoder_libjpeg.cpp 90 AutoTimeMillis(const char label[]) : fLabel(label) {
91 if (!fLabel) {
92 fLabel = "";
97 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
100 const char* fLabel;
    [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 
  /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 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 

Completed in 200 milliseconds

1 2