OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fLabel
(Results
1 - 11
of
11
) sorted by null
/external/skia/include/core/
SkUtils.h
108
SkAutoTrace(const char label[]) :
fLabel
(label) {
109
SkDebugf("--- trace: %s Enter\n",
fLabel
);
112
SkDebugf("--- trace: %s Leave\n",
fLabel
);
115
const char*
fLabel
;
130
const char*
fLabel
;
SkTime.h
53
SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) :
fLabel
(label)
62
SkDebugf("%s %d\n",
fLabel
?
fLabel
: "", dur);
66
const char*
fLabel
;
/external/skia/gm/
xfermodes.cpp
85
const char*
fLabel
;
153
canvas->drawText(gModes[i].
fLabel
, strlen(gModes[i].
fLabel
),
/external/skia/samplecode/
SampleXfermodes.cpp
156
const char*
fLabel
;
228
canvas->drawText(gModes[i].
fLabel
, strlen(gModes[i].
fLabel
),
SampleXfermodesBlur.cpp
93
const char*
fLabel
;
162
canvas->drawText(gModes[i].
fLabel
, strlen(gModes[i].
fLabel
),
/external/skia/src/images/
SkImageDecoder_libwebp.cpp
113
fLabel
(label) {
114
if (!
fLabel
) {
115
fLabel
= "";
120
SkDebugf("---- Time (ms): %s %d\n",
fLabel
, SkTime::GetMSecs() - fNow);
123
const char*
fLabel
;
SkImageDecoder_libjpeg.cpp
95
AutoTimeMillis(const char label[]) :
fLabel
(label) {
96
if (!
fLabel
) {
97
fLabel
= "";
102
SkDebugf("---- Time (ms): %s %d\n",
fLabel
, SkTime::GetMSecs() - fNow);
105
const char*
fLabel
;
/external/skia/include/views/
SkWidget.h
69
SkString
fLabel
;
234
SkString
fLabel
;
SkWidgetViews.h
105
SkString
fLabel
;
/external/skia/src/views/
SkListView.cpp
114
SkString
fLabel
;
140
rec->
fLabel
.set(dom.findAttr(child, "label"));
168
*left = fList[index].
fLabel
;
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 3332 milliseconds