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

  /external/chromium_org/ui/gfx/
transform.h 119 bool IsIdentityOrTranslation() const {
transform_unittest.cc     [all...]
transform.cc 241 if (!IsIdentityOrTranslation())
  /external/chromium_org/cc/base/
math_util.cc 111 if (transform.IsIdentityOrTranslation()) {
141 if (transform.IsIdentityOrTranslation()) {
329 if (transform.IsIdentityOrTranslation()) {
  /external/chromium_org/cc/layers/
layer.cc 594 if (!transform_.IsIdentityOrTranslation())
596 if (parent_ && !parent_->sublayer_transform_.IsIdentityOrTranslation())
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 141 DCHECK(trans.IsIdentityOrTranslation());
313 current_draw_transform.IsIdentityOrTranslation());
    [all...]

Completed in 32 milliseconds