/external/skia/include/core/ |
SkTime.h | 52 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label) 61 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur); 65 const char* fLabel;
|
SkUtils.h | 138 SkAutoTrace(const char label[]) : fLabel(label) { 139 SkDebugf("--- trace: %s Enter\n", fLabel); 142 SkDebugf("--- trace: %s Leave\n", fLabel); 145 const char* fLabel;
|
/external/skia/gm/ |
shadertext2.cpp | 40 const char* fLabel; 64 matrices.top().fLabel = "Identity"; 66 matrices.top().fLabel = "Scale"; 68 matrices.top().fLabel = "Rotate"; 72 matrices.top().fLabel = "Persp"; 76 localMatrices.top().fLabel = "Identity"; 78 localMatrices.top().fLabel = "Scale"; 80 localMatrices.top().fLabel = "Rotate"; 84 localMatrices.top().fLabel = "Persp"; 130 canvas->drawText(matrices[lm].fLabel, strlen(matrices[lm].fLabel) [all...] |
colortypexfermode.cpp | 70 const char* fLabel; 147 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
|
surface.cpp | 80 const char* fLabel; 96 test_draw(surface->getCanvas(), rec[i].fLabel);
|
xfermodes.cpp | 184 const char* fLabel; 269 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
|
hairmodes.cpp | 15 const char* fLabel;
|
shadertext3.cpp | 41 const char* fLabel;
|
aarectmodes.cpp | 62 const char* fLabel;
|
xfermodeimagefilter.cpp | 82 const char* fLabel;
|
/external/skia/src/views/animated/ |
SkWidgetViews.cpp | 97 return fLabel.c_str(); 103 *label = fLabel; 113 if ((label == NULL && fLabel.size() != 0) || !fLabel.equals(label, len)) 117 this->onLabelChange(fLabel.c_str(), tmp.c_str()); 118 fLabel.swap(tmp); 124 if (fLabel != label) 126 this->onLabelChange(fLabel.c_str(), label.c_str()); 127 fLabel = label;
|
/external/skia/src/views/ |
SkWidgets.cpp | 142 *str = fLabel; 143 return fLabel.size(); 149 memcpy(buffer, fLabel.c_str(), fLabel.size()); 150 return fLabel.size(); 165 if (!fLabel.equals(label, len)) 167 fLabel.set(label, len);
|
/external/openfst/src/include/fst/ |
lookahead-filter.h | 484 const Label &flabel = f2.GetState(); local 488 if (flabel != kNoLabel) { // Have a lookahead label? 489 GetMatcher1()->AddMultiEpsLabel(flabel); // Yes, make it a multi-epsilon 490 GetMatcher2()->AddMultiEpsLabel(flabel); // label so that it matches the 500 const Label &flabel = f2.GetState(); local 501 if (flabel != kNoLabel) // Have a lookahead label? 502 return LookAheadOutput() ? PushedLabelFilterArc(arc1, arc2, flabel) : 503 PushedLabelFilterArc(arc2, arc1, flabel); 523 const Label &flabel = f2.GetState(); local 524 if (flabel != kNoLabel [all...] |
/external/skia/samplecode/ |
SampleXfermodesBlur.cpp | 121 const char* fLabel; 190 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
|
SampleQuadStroker.cpp | 84 char fLabel; 160 fCubicButton.fLabel = 'C'; 162 fConicButton.fLabel = 'K'; 164 fQuadButton.fLabel = 'Q'; 166 fRRectButton.fLabel = 'R'; 168 fCircleButton.fLabel = 'O'; 171 fTextButton.fLabel = 'T'; 404 canvas->drawText(&button.fLabel, 1, button.fBounds.centerX(), button.fBounds.fBottom - 5,
|
SampleAARectModes.cpp | 17 const char* fLabel;
|
SampleHairModes.cpp | 17 const char* 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/iproute2/tc/ |
f_rsvp.c | 101 __u32 flabel; local 103 if (get_u32(&flabel, *argv, 0)) 108 pi->key = htonl(flabel) & pi->mask;
|
/external/v8/src/compiler/arm/ |
code-generator-arm.cc | 455 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); local 458 __ b(vs, flabel); 482 __ b(vs, flabel); 494 __ b(vs, flabel); 512 if (!fallthru) __ b(flabel); // no fallthru to flabel.
|
/external/v8/src/compiler/arm64/ |
code-generator-arm64.cc | 481 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); local 484 __ B(vs, flabel); 508 __ B(vs, flabel); 520 __ B(vs, flabel); 538 if (!fallthru) __ B(flabel); // no fallthru to flabel.
|
/external/v8/src/compiler/x64/ |
code-generator-x64.cc | 631 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); local 635 __ j(parity_even, flabel, flabel_distance); 659 __ j(parity_even, flabel, flabel_distance); 671 __ j(parity_even, flabel, flabel_distance); 689 if (!fallthru) __ jmp(flabel, flabel_distance); // no fallthru to flabel.
|
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 139 fLabel(label) { 140 if (NULL == fLabel) { 141 fLabel = ""; 146 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow); 149 const char* fLabel;
|
/external/v8/src/compiler/ia32/ |
code-generator-ia32.cc | 409 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); local 413 __ j(parity_even, flabel, flabel_distance); 437 __ j(parity_even, flabel, flabel_distance); 449 __ j(parity_even, flabel, flabel_distance); 467 if (!fallthru) __ jmp(flabel, flabel_distance); // no fallthru to flabel. [all...] |