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

  /external/chromium_org/third_party/WebKit/Source/core/scripts/templates/
StyleBuilderFunctions.cpp.tmpl 360 {%- macro apply_fill_layer(property_id, fill_type) %}
364 {%- set map_fill = "mapFill" + fill_type %}
368 currChild->set{{fill_type}}(FillLayer::initialFill{{fill_type}}({{fill_layer_type}}));
370 currChild->clear{{fill_type}}();
378 while (currParent && currParent->is{{fill_type}}Set()) {
384 currChild->set{{fill_type}}(currParent->{{lower_first(fill_type)}}());
392 currChild->clear{{fill_type}}();
420 currChild->clear{{fill_type}}();
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 306 FT_Int fill_type; local
314 for ( fill_type = 0; fill_type < AF_CJK_BLUE_TYPE_MAX; fill_type++ )
316 const FT_ULong* p = blue_chars[bb][fill_type];
319 fill_type == AF_CJK_BLUE_TYPE_FILL );
323 cjk_blue_type_name[fill_type] ));
    [all...]
  /external/freetype/src/autofit/
afcjk.c 309 FT_Int fill_type; local
317 for ( fill_type = 0; fill_type < AF_CJK_BLUE_TYPE_MAX; fill_type++ )
319 const FT_ULong* p = blue_chars[bb][fill_type];
322 fill_type == AF_CJK_BLUE_TYPE_FILL );
326 cjk_blue_type_name[fill_type] ));
    [all...]

Completed in 369 milliseconds