HomeSort by relevance Sort by last modified time
    Searched defs:fWeight (Results 1 - 7 of 7) sorted by null

  /external/skia/src/pathops/
SkPathOpsConic.h 20 SkScalar fWeight;
35 SkDConic result = {{{fPts[2], fPts[1], fPts[0]}}, fWeight};
43 fWeight = weight;
SkOpSegment.h 189 return (*CurveDPointAtT[fVerb])(fPts, fWeight, mid);
193 return (*CurveDSlopeAtT[fVerb])(fPts, fWeight, mid);
251 return (*CurveIsVertical[fVerb])(fPts, fWeight, start->t(), end->t());
297 return (*CurvePointAtT[fVerb])(fPts, fWeight, mid);
398 return fWeight;
417 SkScalar fWeight;
SkPathOpsCurve.h 20 SkScalar fWeight;
34 SkDEBUGCODE(fWeight = 1);
42 SkDEBUGCODE(fWeight = 1);
  /external/skia/src/utils/win/
SkDWrite.h 104 fWeight = (DWRITE_FONT_WEIGHT)pattern.weight();
108 DWRITE_FONT_WEIGHT fWeight;
  /external/skia/include/core/
SkFontStyle.h 53 int weight() const { return fUnion.fR.fWeight; }
64 uint16_t fWeight; // 100 .. 900
  /external/skia/src/ports/
SkFontMgr_android_parser.h 70 FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { }
74 int fWeight;
  /external/skia/samplecode/
SampleQuadStroker.cpp 124 SkScalar fWeight;
170 fWeight = 1;
593 path.conicTo(fPts[5], fPts[6], fWeight);
682 draw_control(canvas, fWeightControl, fWeight, 0, 5, "weight");
776 fWeight = MapScreenYtoValue(click->fICurr.fY, fWeightControl, 0, 5);

Completed in 284 milliseconds