Home
last modified time | relevance | path

Searched refs:fLabel (Results 1 – 22 of 22) sorted by relevance

/external/skia/include/core/
DSkTime.h50 : fLabel(label) in fLabel() function
54 SkDebugf("%s %ld\n", fLabel ? fLabel : "", dur); in ~SkAutoTime()
57 const char* fLabel;
/external/skqp/include/core/
DSkTime.h50 : fLabel(label) in fLabel() function
54 SkDebugf("%s %ld\n", fLabel ? fLabel : "", dur); in ~SkAutoTime()
57 const char* fLabel;
/external/skia/samplecode/
DSampleSVGFile.cpp25 : fPath(path), fLabel(SkStringPrintf("[%s]", SkOSPath::Basename(path.c_str()).c_str())) {} in SVGFileView()
56 SkString name() override { return fLabel; } in name()
61 SkString fLabel; member in __anon4a3606be0111::SVGFileView
DSampleQuadStroker.cpp100 char fLabel; member
185 fCubicButton.fLabel = 'C'; in QuadStrokerView()
187 fConicButton.fLabel = 'K'; in QuadStrokerView()
189 fQuadButton.fLabel = 'Q'; in QuadStrokerView()
191 fArcButton.fLabel = 'A'; in QuadStrokerView()
193 fRRectButton.fLabel = 'R'; in QuadStrokerView()
195 fCircleButton.fLabel = 'O'; in QuadStrokerView()
198 fTextButton.fLabel = 'T'; in QuadStrokerView()
502 SkTextUtils::Draw(canvas, &button.fLabel, 1, SkTextEncoding::kUTF8, in draw_button()
DSampleXfer.cpp35 SkString fLabel; member
41 fLabel = label; in init()
56 …SkTextUtils::DrawString(canvas, fLabel.c_str(), fRect.centerX(), fRect.fTop + 0.68f * fRect.height… in draw()
/external/skqp/src/sksl/lex/
DDFAState.h43 , fLabel({}) {} in DFAState()
47 , fLabel(std::move(label)) {} in DFAState()
53 Label fLabel; member
DNFAtoDFA.h106 for (int idx : state->fLabel.fStates) { in scanState()
/external/skia/src/sksl/lex/
DDFAState.h48 , fLabel({}) {} in DFAState()
52 , fLabel(std::move(label)) {} in DFAState()
58 Label fLabel; member
DNFAtoDFA.h108 for (int idx : state->fLabel.fStates) { in scanState()
/external/skqp/samplecode/
DSampleSVGFile.cpp25 : fPath(path), fLabel(SkStringPrintf("[%s]", SkOSPath::Basename(path.c_str()).c_str())) {} in SVGFileView()
64 Sample::TitleR(evt, fLabel.c_str()); in onQuery()
73 SkString fLabel; member in __anonb058e3350111::SVGFileView
DSampleCowboy.cpp27 : fLabel("SampleCowboy") in CowboyView()
101 Sample::TitleR(evt, fLabel.c_str()); in onQuery()
137 SkString fLabel; member in __anon5fb691180111::CowboyView
DSampleXfer.cpp37 SkString fLabel; member
43 fLabel = label; in init()
58 …SkTextUtils::DrawString(canvas, fLabel.c_str(), fRect.centerX(), fRect.fTop + 0.68f * fRect.height… in draw()
DSampleQuadStroker.cpp107 char fLabel; member
192 fCubicButton.fLabel = 'C'; in QuadStrokerView()
194 fConicButton.fLabel = 'K'; in QuadStrokerView()
196 fQuadButton.fLabel = 'Q'; in QuadStrokerView()
198 fArcButton.fLabel = 'A'; in QuadStrokerView()
200 fRRectButton.fLabel = 'R'; in QuadStrokerView()
202 fCircleButton.fLabel = 'O'; in QuadStrokerView()
205 fTextButton.fLabel = 'T'; in QuadStrokerView()
512 SkTextUtils::Draw(canvas, &button.fLabel, 1, kUTF8_SkTextEncoding, in draw_button()
DSampleAAGeometry.cpp512 char fLabel; member
518 fLabel = label; in Button()
526 fLabel = label; in Button()
543 …SkTextUtils::Draw(canvas, &fLabel, 1, kUTF8_SkTextEncoding, fBounds.centerX(), fBounds.fBottom - 5, in draw()
562 SkPaint fLabel; member
575 fLabel.setAntiAlias(true); in ControlPaints()
616 paints.fLabel); in draw()
1834 if (button->fVisible && uni == button->fLabel) { in onQuery()
1850 if (button->fVisible && (uni & ~0x20) == (button->fLabel & ~0x20)) { in onQuery()
/external/skqp/gm/
Dsurface.cpp73 const char* fLabel; in onDraw() member
87 SkDebugf("failed to create surface! label: %s", rec.fLabel); in onDraw()
90 test_draw(surface->getCanvas(), rec.fLabel); in onDraw()
Dshadertext3.cpp42 const char* fLabel; member
/external/skqp/tools/viewer/
DStatsLayer.h35 SkString fLabel; member
DStatsLayer.cpp34 newData.fLabel = label; in addTimer()
149 canvas->drawString(SkStringPrintf("%s: %4.3f ms", fTimers[timer].fLabel.c_str(), in onPaint()
/external/skia/tools/viewer/
DStatsLayer.h35 SkString fLabel; member
DStatsLayer.cpp40 newData.fLabel = label; in addTimer()
170 canvas->drawString(SkStringPrintf("%s: %4.3f ms", fTimers[timer].fLabel.c_str(), in onPaint()
/external/skia/gm/
Dsurface.cpp96 const char* fLabel; in onDraw() member
110 SkDebugf("failed to create surface! label: %s", rec.fLabel); in onDraw()
113 test_draw(surface->getCanvas(), rec.fLabel); in onDraw()
Dshadertext3.cpp59 const char* fLabel; member