/external/skia/include/core/ |
D | SkTime.h | 50 : fLabel(label) in fLabel() function 54 SkDebugf("%s %ld\n", fLabel ? fLabel : "", dur); in ~SkAutoTime() 57 const char* fLabel;
|
/external/skqp/include/core/ |
D | SkTime.h | 50 : fLabel(label) in fLabel() function 54 SkDebugf("%s %ld\n", fLabel ? fLabel : "", dur); in ~SkAutoTime() 57 const char* fLabel;
|
/external/skia/samplecode/ |
D | SampleSVGFile.cpp | 25 : 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
|
D | SampleQuadStroker.cpp | 100 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()
|
D | SampleXfer.cpp | 35 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/ |
D | DFAState.h | 43 , fLabel({}) {} in DFAState() 47 , fLabel(std::move(label)) {} in DFAState() 53 Label fLabel; member
|
D | NFAtoDFA.h | 106 for (int idx : state->fLabel.fStates) { in scanState()
|
/external/skia/src/sksl/lex/ |
D | DFAState.h | 48 , fLabel({}) {} in DFAState() 52 , fLabel(std::move(label)) {} in DFAState() 58 Label fLabel; member
|
D | NFAtoDFA.h | 108 for (int idx : state->fLabel.fStates) { in scanState()
|
/external/skqp/samplecode/ |
D | SampleSVGFile.cpp | 25 : 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
|
D | SampleCowboy.cpp | 27 : fLabel("SampleCowboy") in CowboyView() 101 Sample::TitleR(evt, fLabel.c_str()); in onQuery() 137 SkString fLabel; member in __anon5fb691180111::CowboyView
|
D | SampleXfer.cpp | 37 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()
|
D | SampleQuadStroker.cpp | 107 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()
|
D | SampleAAGeometry.cpp | 512 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/ |
D | surface.cpp | 73 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()
|
D | shadertext3.cpp | 42 const char* fLabel; member
|
/external/skqp/tools/viewer/ |
D | StatsLayer.h | 35 SkString fLabel; member
|
D | StatsLayer.cpp | 34 newData.fLabel = label; in addTimer() 149 canvas->drawString(SkStringPrintf("%s: %4.3f ms", fTimers[timer].fLabel.c_str(), in onPaint()
|
/external/skia/tools/viewer/ |
D | StatsLayer.h | 35 SkString fLabel; member
|
D | StatsLayer.cpp | 40 newData.fLabel = label; in addTimer() 170 canvas->drawString(SkStringPrintf("%s: %4.3f ms", fTimers[timer].fLabel.c_str(), in onPaint()
|
/external/skia/gm/ |
D | surface.cpp | 96 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()
|
D | shadertext3.cpp | 59 const char* fLabel; member
|