HomeSort by relevance Sort by last modified time
    Searched full:strokeinfo (Results 1 - 10 of 10) sorted by null

  /external/skia/src/gpu/effects/
GrDashingEffect.h 25 const GrStrokeInfo& strokeInfo);
26 bool CanDrawDashLine(const SkPoint pts[2], const GrStrokeInfo& strokeInfo,
GrDashingEffect.cpp 34 bool GrDashingEffect::CanDrawDashLine(const SkPoint pts[2], const GrStrokeInfo& strokeInfo,
47 if (!strokeInfo.isDashed() || 2 != strokeInfo.getDashCount()) {
51 const SkScalar* intervals = strokeInfo.getDashIntervals();
56 SkPaint::Cap cap = strokeInfo.getCap();
697 bool useAA, const GrStrokeInfo& strokeInfo, bool msaaRT) {
698 const SkScalar* intervals = strokeInfo.getDashIntervals();
699 SkScalar phase = strokeInfo.getDashPhase();
701 SkPaint::Cap cap = strokeInfo.getCap();
704 geometry.fSrcStrokeWidth = strokeInfo.getWidth()
    [all...]
  /external/skia/src/gpu/
GrBlurUtils.cpp 99 const GrStrokeInfo& strokeInfo,
145 drawContext->drawPath(clip, tempPaint, translate, devPath, strokeInfo);
164 GrStrokeInfo strokeInfo(origStrokeInfo);
168 SkASSERT(strokeInfo.isDashed() || !pathEffect);
170 if (!strokeInfo.isHairlineStyle()) {
172 if (strokeInfo.isDashed()) {
173 if (pathEffect->filterPath(strokedPath, *pathPtr, &strokeInfo, cullRect)) {
178 strokeInfo.removeDash();
180 if (strokeInfo.applyToPath(strokedPath, *pathPtr)) {
185 strokeInfo.setFillStyle()
    [all...]
GrDrawContext.cpp 255 const GrStrokeInfo* strokeInfo) {
262 SkASSERT(!strokeInfo || !strokeInfo->isDashed());
266 SkScalar width = nullptr == strokeInfo ? -1 : strokeInfo->getWidth();
311 *strokeInfo));
326 this->internalDrawPath(&pipelineBuilder, viewMatrix, color, true, path, *strokeInfo);
480 const GrStrokeInfo& strokeInfo) {
490 SkASSERT(!strokeInfo.isDashed()); // this should've been devolved to a path in SkGpuDevice
503 strokeInfo,
    [all...]
GrTestUtils.cpp 243 GrStrokeInfo strokeInfo(style);
244 randomize_stroke_rec(&strokeInfo, random);
255 strokeInfo.setDashInfo(dashInfo);
257 return strokeInfo;
SkGpuDevice.cpp 413 GrStrokeInfo strokeInfo(paint, SkPaint::kStroke_Style);
422 fDrawContext->drawPath(fClip, grPaint, *draw.fMatrix, path, strokeInfo);
492 GrStrokeInfo strokeInfo(paint);
494 fDrawContext->drawRect(fClip, grPaint, *draw.fMatrix, rect, &strokeInfo);
511 GrStrokeInfo strokeInfo(paint);
534 strokeInfo,
558 SkASSERT(!strokeInfo.isDashed());
560 fDrawContext->drawRRect(fClip, grPaint, *draw.fMatrix, rect, strokeInfo);
687 GrStrokeInfo strokeInfo(paint);
688 SkASSERT(!strokeInfo.isDashed())
    [all...]
  /external/skia/include/gpu/
GrDrawContext.h 91 * @param strokeInfo the stroke information (width, join, cap), and.
93 * If strokeInfo == NULL, then the rect is filled.
103 const GrStrokeInfo* strokeInfo = NULL);
134 * @param strokeInfo the stroke information (width, join, cap) and
149 * @param strokeInfo the stroke information (width, join, cap) and
211 * @param strokeInfo the stroke information (width, join, cap) and
218 const GrStrokeInfo& strokeInfo);
  /external/skia/src/gpu/batches/
GrTessellatingPathRenderer.cpp 290 GrStrokeInfo strokeInfo = GrTest::TestStrokeInfo(random);
291 return TessellatingPathBatch::Create(color, path, strokeInfo, viewMatrix, clipBounds);
  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 520 struct StrokeInfo {
537 StrokeInfo fStrokeInfo;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
penwin.h     [all...]

Completed in 2493 milliseconds