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

  /external/chromium_org/cc/layers/
nine_patch_layer_impl.cc 81 int right_width = image_bounds_.width() - image_aperture_.right(); local
86 int corner_total_width = left_width + right_width;
93 right_width = bounds().width() - left_width;
110 bounds().width() - right_width, 0, right_width, top_height);
114 top_right.x(), bottom_left.y(), right_width, bottom_height);
119 right_width,
133 gfx::RectF uv_top_right = NormalizedRect(img_width - right_width,
135 right_width,
145 gfx::RectF uv_bottom_right = NormalizedRect(img_width - right_width,
    [all...]

Completed in 43 milliseconds