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

  /external/webkit/WebCore/platform/graphics/cairo/
GradientCairo.cpp 62 cairo_pattern_set_extend(m_gradient, CAIRO_EXTEND_PAD);
65 cairo_pattern_set_extend(m_gradient, CAIRO_EXTEND_REFLECT);
68 cairo_pattern_set_extend(m_gradient, CAIRO_EXTEND_REPEAT);
PatternCairo.cpp 50 cairo_pattern_set_extend(pattern, CAIRO_EXTEND_REPEAT);
ImageCairo.cpp 128 cairo_pattern_set_extend(pattern, CAIRO_EXTEND_PAD);
201 cairo_pattern_set_extend(pattern, CAIRO_EXTEND_REPEAT);
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 1015 cairo_pattern_set_extend(cairo_get_source(cr), CAIRO_EXTEND_PAD);
    [all...]

Completed in 150 milliseconds