OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fLabel
(Results
1 - 25
of
27
) sorted by null
1
2
/external/chromium_org/third_party/skia/include/core/
SkUtils.h
106
SkAutoTrace(const char label[]) :
fLabel
(label) {
107
SkDebugf("--- trace: %s Enter\n",
fLabel
);
110
SkDebugf("--- trace: %s Leave\n",
fLabel
);
113
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
106
SkAutoTrace(const char label[]) :
fLabel
(label) {
107
SkDebugf("--- trace: %s Enter\n",
fLabel
);
110
SkDebugf("--- trace: %s Leave\n",
fLabel
);
113
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
102
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
179
const char*
fLabel
;
263
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
146
fLabel
(label) {
147
if (NULL ==
fLabel
) {
148
fLabel
= "";
153
SkDebugf("---- Time (ms): %s %d\n",
fLabel
, SkTime::GetMSecs() - fNow);
156
const char*
fLabel
;
/external/skia/include/views/animated/
SkWidgetViews.h
98
SkString
fLabel
;
/external/skia/src/images/
SkImageDecoder_libwebp.cpp
146
fLabel
(label) {
147
if (NULL ==
fLabel
) {
148
fLabel
= "";
153
SkDebugf("---- Time (ms): %s %d\n",
fLabel
, SkTime::GetMSecs() - fNow);
156
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 162 milliseconds
1
2