HomeSort by relevance Sort by last modified time
    Searched full:clipped (Results 151 - 175 of 597) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/net/http/
http_security_headers.cc 21 // which will be clipped to kMaxHSTSAgeSecs and which is guaranteed to fit
36 // through so that i gets clipped to kMaxHSTSAgeSecs.
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_cliptmp.h 162 * interpolated/clipped vertex position, not the current v0 which
163 * may have got set when we clipped the other end of the line!
  /external/chromium_org/third_party/skia/include/pdf/
SkPDFDevice.h 56 * of the drawing area will be clipped.
130 * clipped. A simple way to avoid the bug is to always draw the margin
  /external/chromium_org/third_party/skia/src/core/
SkBitmapDevice.cpp 187 // we've clipped the sprite when we made a copy
283 // needed (if the src was clipped). No check needed if src==null.
  /external/chromium_org/third_party/skia/src/utils/
SkCanvasStateUtils.cpp 156 * clipped out of its interior) without needing to malloc any additional memory.
201 * some view systems (e.g. Android) that a few non-clipped layers are present
  /external/chromium_org/ui/message_center/views/
bounded_label_unittest.cc 176 // - Words are clipped when they are longer than the last line
177 // - No blank line are created before or after clipped word
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 162 * interpolated/clipped vertex position, not the current v0 which
163 * may have got set when we clipped the other end of the line!
  /external/skia/bench/
DashBench.cpp 48 fName.printf("dash_%d_%s", width, doClip ? "clipped" : "noclip");
298 // Want to test how we handle dashing when 99% of the dash is clipped out
  /external/skia/expectations/gm/Test-Android-Nexus4-Adreno320-Arm7-Debug/
expected-results.json     [all...]
  /external/skia/expectations/gm/Test-Android-Nexus4-Adreno320-Arm7-Release/
expected-results.json     [all...]
  /external/skia/expectations/gm/Test-Android-Nexus7-Tegra3-Arm7-Debug/
expected-results.json     [all...]
  /external/skia/expectations/gm/Test-Android-Nexus7-Tegra3-Arm7-Release/
expected-results.json     [all...]
  /external/skia/expectations/gm/Test-Android-Xoom-Tegra2-Arm7-Debug/
expected-results.json     [all...]
  /external/skia/expectations/gm/Test-Android-Xoom-Tegra2-Arm7-Release/
expected-results.json     [all...]
  /external/skia/include/pdf/
SkPDFDevice.h 56 * of the drawing area will be clipped.
130 * clipped. A simple way to avoid the bug is to always draw the margin
  /external/skia/src/core/
SkBitmapDevice.cpp 187 // we've clipped the sprite when we made a copy
283 // needed (if the src was clipped). No check needed if src==null.
  /external/skia/src/utils/
SkCanvasStateUtils.cpp 156 * clipped out of its interior) without needing to malloc any additional memory.
201 * some view systems (e.g. Android) that a few non-clipped layers are present
  /frameworks/support/v7/gridlayout/res/values/
attrs.xml 168 the child clipped to its container's bounds.
175 the child clipped to its container's bounds.
  /sdk/testapps/gridlayoutTest/v7-gridlayout/res/values/
attrs.xml 179 the child clipped to its container's bounds.
186 the child clipped to its container's bounds.
  /external/skia/expectations/gm/Test-Android-Nexus10-MaliT604-Arm7-Debug/
expected-results.json     [all...]
  /external/skia/expectations/gm/Test-Android-Nexus10-MaliT604-Arm7-Release/
expected-results.json     [all...]
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_install_dialog_controller.mm 27 // Adjust a control's height so that its content its not clipped. Returns the
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 124 // Snapshotting a HWND is tricky - if the HWND is clipped (e.g. positioned
  /external/chromium_org/cc/quads/
draw_quad.h 74 // should be clipped to |rect|. This rect lives in content space.
  /external/chromium_org/cc/trees/
layer_sorter.cc 224 bool clipped = false; local
226 MathUtil::MapPoint(draw_transform, gfx::Point3F(0.f, 0.f, 0.f), &clipped);
228 MathUtil::MapPoint(draw_transform, gfx::Point3F(0.f, 1.f, 0.f), &clipped);
230 MathUtil::MapPoint(draw_transform, gfx::Point3F(1.f, 0.f, 0.f), &clipped);

Completed in 930 milliseconds

1 2 3 4 5 67 8 91011>>