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

  /external/skia/include/c/
sk_paint.h 113 } sk_stroke_join_t; typedef in typeref:enum:__anon23628
119 SK_API sk_stroke_join_t sk_paint_get_stroke_join(const sk_paint_t*);
124 SK_API void sk_paint_set_stroke_join(sk_paint_t*, sk_stroke_join_t);
  /external/skia/src/c/
sk_paint.cpp 25 sk_stroke_join_t fC;
27 } MAKE_FROM_TO_NAME(sk_stroke_join_t)[] = {
38 #define CType sk_stroke_join_t
40 #define CTypeSkTypeMap MAKE_FROM_TO_NAME(sk_stroke_join_t)
114 sk_stroke_join_t sk_paint_get_stroke_join(const sk_paint_t* cpaint) {
115 sk_stroke_join_t cjoin;
122 void sk_paint_set_stroke_join(sk_paint_t* cpaint, sk_stroke_join_t cjoin) {

Completed in 87 milliseconds