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

1 2

  /external/chromium_org/third_party/skia/include/core/
SkUtils.h 107 SkAutoTrace(const char label[]) : fLabel(label) {
108 SkDebugf("--- trace: %s Enter\n", fLabel);
111 SkDebugf("--- trace: %s Leave\n", fLabel);
114 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/include/core/
SkUtils.h 107 SkAutoTrace(const char label[]) : fLabel(label) {
108 SkDebugf("--- trace: %s Enter\n", fLabel);
111 SkDebugf("--- trace: %s Leave\n", fLabel);
114 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;
xfermodeimagefilter.cpp 92 const char* fLabel;
aarectmodes.cpp 62 const char* fLabel;
shadertext3.cpp 48 const char* 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...]
xfermodes.cpp 156 const char* fLabel;
240 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/include/views/animated/
SkWidgetViews.h 98 SkString fLabel;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libwebp.cpp 145 fLabel(label) {
146 if (NULL == fLabel) {
147 fLabel = "";
152 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
155 const char* fLabel;
  /external/skia/include/views/animated/
SkWidgetViews.h 98 SkString fLabel;
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 153 fLabel(label) {
154 if (NULL == fLabel) {
155 fLabel = "";
160 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
163 const char* fLabel;
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 516 const char* fLabel;
528 lua_pushstring(L, gAlignRec[i].fLabel);
541 if (!strcmp(gAlignRec[i].fLabel, label)) {
  /external/skia/src/utils/
SkLua.cpp 516 const char* fLabel;
528 lua_pushstring(L, gAlignRec[i].fLabel);
541 if (!strcmp(gAlignRec[i].fLabel, label)) {
  /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 1357 milliseconds

1 2