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

  /external/chromium_org/third_party/ots/src/
gpos.cc 131 uint16_t anchor_point = 0; local
132 if (!subtable.ReadU16(&anchor_point)) {
  /external/chromium_org/cc/layers/
layer.h 85 void SetAnchorPoint(gfx::PointF anchor_point);
86 gfx::PointF anchor_point() const { return anchor_point_; } function in class:cc::Layer
layer_impl.h 143 void SetAnchorPoint(gfx::PointF anchor_point);
144 gfx::PointF anchor_point() const { return anchor_point_; } function in class:cc::LayerImpl
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 1110 gfx::PointF anchor_point = layer->anchor_point(); local
    [all...]
  /external/chromium_org/ash/launcher/
launcher_view.cc 1606 gfx::Rect anchor_point = gfx::Rect(click_point, gfx::Size()); local
    [all...]

Completed in 402 milliseconds