HomeSort by relevance Sort by last modified time
    Searched refs:initStyle (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrStyle.h 78 explicit GrStyle(SkStrokeRec::InitStyle initStyle) : fStrokeRec(initStyle) {}
102 void resetToInitStyle(SkStrokeRec::InitStyle fillOrHairline) {
163 * returned SkStrokeRec::InitStyle value. Will fail if there is no path effect and the
168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
GrTestUtils.cpp 241 SkStrokeRec::InitStyle style =
242 SkStrokeRec::InitStyle(random->nextULessThan(SkStrokeRec::kFill_InitStyle + 1));
249 SkStrokeRec::InitStyle initStyle =
250 SkStrokeRec::InitStyle(random->nextULessThan(SkStrokeRec::kFill_InitStyle + 1));
251 SkStrokeRec stroke(initStyle);
  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 170 initStyle(context);
173 private void initStyle(Context context) {
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 830 SkStrokeRec::InitStyle initStyle = paint->getFillPath(path, &path)
842 initStyle)) {
    [all...]

Completed in 196 milliseconds