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

  /external/autotest/client/cros/multimedia/
display_info.py 11 class Bounds(object):
12 """The class match Bounds object from chrome.system.display API.
52 self.bounds = self.Bounds(d['bounds'])
54 self.work_area = self.Bounds(d['workArea'])
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
bounds.py 5 class Bounds(object):
6 """Represents a min-max bounds."""
14 bounds = Bounds()
15 bounds.AddEvent(event)
16 return bounds
20 return "Bounds()"
22 return "Bounds(min=%s,max=%s)" % (self.min_, self.max_)
41 def bounds(self): member in class:Bounds
68 def AddBounds(self, bounds)
    [all...]
  /external/dng_sdk/source/
dng_image.h 136 // Bounds for this image.
150 /// How to handle requests to get image areas outside the image bounds.
175 dng_image (const dng_rect &bounds,
185 /// Getter method for bounds of an image.
187 const dng_rect & Bounds () const
196 return Bounds ().Size ();
203 return Bounds ().W ();
210 return Bounds ().H ();
268 /// Shrink bounds of image to given rectangle.
332 SetConstant (value, Bounds ());
    [all...]
dng_ifd.h 254 dng_rect Bounds () const
  /external/skia/src/core/
SkRecordDraw.cpp 25 // this canvas' clip bounds transformed back into identity space, which
81 DRAW(SaveLayer, saveLayer(SkCanvas::SaveLayerRec(r.bounds, r.paint, r.backdrop, r.saveLayerFlags)));
135 // The interesting part here is how to calculate bounds for ops which don't
136 // have intrinsic bounds. What is the bounds of a Save or a Translate?
138 // We answer this by thinking about a particular definition of bounds: if I
140 // the bounds of a Save, a Translate, a Restore, etc. are the union of the
141 // bounds of Draw* ops that they might have an effect on. For any given
142 // Save/Restore block, the bounds of the Save, the Restore, and any other
143 // non-drawing ("control") ops inside are exactly the union of the bounds o
221 Bounds bounds; \/\/ Bounds of everything in the block. member in struct:SkRecords::FillBounds::SaveBounds
386 Bounds bounds(const DrawText&) const { return fCurrentClipBounds; } function in class:SkRecords::FillBounds
388 Bounds bounds(const DrawPaint&) const { return fCurrentClipBounds; } function in class:SkRecords::FillBounds
389 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } \/\/ NoOps don't draw. function in class:SkRecords::FillBounds
391 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } function in class:SkRecords::FillBounds
392 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } function in class:SkRecords::FillBounds
393 Bounds bounds(const DrawRRect& op) const { function in class:SkRecords::FillBounds
396 Bounds bounds(const DrawDRRect& op) const { function in class:SkRecords::FillBounds
399 Bounds bounds(const DrawImage& op) const { function in class:SkRecords::FillBounds
405 Bounds bounds(const DrawImageRect& op) const { function in class:SkRecords::FillBounds
408 Bounds bounds(const DrawImageNine& op) const { function in class:SkRecords::FillBounds
411 Bounds bounds(const DrawBitmapRect& op) const { function in class:SkRecords::FillBounds
414 Bounds bounds(const DrawBitmapRectFast& op) const { function in class:SkRecords::FillBounds
417 Bounds bounds(const DrawBitmapRectFixedSize& op) const { function in class:SkRecords::FillBounds
420 Bounds bounds(const DrawBitmapNine& op) const { function in class:SkRecords::FillBounds
423 Bounds bounds(const DrawBitmap& op) const { function in class:SkRecords::FillBounds
429 Bounds bounds(const DrawPath& op) const { function in class:SkRecords::FillBounds
433 Bounds bounds(const DrawPoints& op) const { function in class:SkRecords::FillBounds
443 Bounds bounds(const DrawPatch& op) const { function in class:SkRecords::FillBounds
448 Bounds bounds(const DrawVertices& op) const { function in class:SkRecords::FillBounds
454 Bounds bounds(const DrawAtlas& op) const { function in class:SkRecords::FillBounds
462 Bounds bounds(const DrawPicture& op) const { function in class:SkRecords::FillBounds
468 Bounds bounds(const DrawPosText& op) const { function in class:SkRecords::FillBounds
479 Bounds bounds(const DrawPosTextH& op) const { function in class:SkRecords::FillBounds
494 Bounds bounds(const DrawTextOnPath& op) const { function in class:SkRecords::FillBounds
510 Bounds bounds(const DrawTextBlob& op) const { function in class:SkRecords::FillBounds
516 Bounds bounds(const DrawDrawable& op) const { function in class:SkRecords::FillBounds
    [all...]
  /external/v8/src/
types.h     [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 218 * the bounds of each view are extended outwards, according
365 * value of each the upper bounds defined in {@link LayoutParams#rowSpec}.
398 * value of each the upper bounds defined in {@link LayoutParams#columnSpec}.
1292 Bounds bounds = spec.getAbsoluteAlignment(horizontal).getBounds(); local
1343 Bounds[] bounds = getGroupBounds().values; local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 206 * the bounds of each view are extended outwards, according
357 * value of each the upper bounds defined in {@link LayoutParams#rowSpec}.
390 * value of each the upper bounds defined in {@link LayoutParams#columnSpec}.
1187 Bounds bounds = spec.getAbsoluteAlignment(horizontal).getBounds(); local
1238 Bounds[] bounds = getGroupBounds().values; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 195 KSPROPERTY_BOUNDS_LONG Bounds;
200 KSPROPERTY_BOUNDS_LONGLONG Bounds;
    [all...]
mmsystem.h     [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0-rc2/
guava-19.0-rc2.jar 

Completed in 492 milliseconds