/external/chromium_org/ui/views/window/ |
frame_background.cc | 36 const gfx::ImageSkia* right, 40 right_edge_ = right; 91 // Right edge.
|
/external/chromium_org/ui/webui/resources/css/ |
menu.css | 89 float: right;
|
/external/doclava/res/assets/templates/ |
docpage.cs | 26 <a href="#top" style="float:right">↑ Go to top</a>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
ant.cmd | 62 if lcp \= '' & right(lcp, 1) \= ';' then lcp = lcp || ';'
|
/external/eigen/bench/btl/data/ |
mean.cxx | 55 bool operator < ( const Lib_Mean &right) const 57 //return ( this->_mean_out_of_cache > right._mean_out_of_cache) ; 58 return ( this->_mean_in_cache > right._mean_in_cache) ;
|
/external/gcc-demangle/ |
demangle.h | 204 right (a component type with only one subtree puts it in the left 212 some such thing, and the right subtree is a name qualified by 216 right subtree is a name which is local to that function. */ 218 /* A typed name. The left subtree is a name, and the right subtree 221 /* A template. The left subtree is a template name, and the right 241 this is a vtable, and the right subtree is the derived type for 295 qualified, and the right subtree is the name of the 315 /* A function type. The left subtree is the return type. The right 321 expression. The right subtree is the element type. */ 324 and the right subtree is the member type. CV-qualifiers appea 508 struct demangle_component *right; member in struct:demangle_component::__anon26188::__anon26199 [all...] |
/external/libvpx/libvpx/tools/ |
lint-hunks.py | 99 filename = hunk.right.filename[2:] 102 file_affected_line_map[filename].update(hunk.right.delta_line_nums)
|
/external/libxml2/include/libxml/ |
xmlregexp.h | 172 xmlExpNodePtr right); 176 xmlExpNodePtr right);
|
/external/llvm/test/MC/ARM/AlignedBundling/ |
pad-align-to-bundle-end.s | 15 # right offset.
|
/external/mesa3d/src/mesa/math/ |
m_matrix.h | 114 GLfloat left, GLfloat right, 120 GLfloat left, GLfloat right,
|
/external/openfst/src/include/fst/extensions/far/ |
info.h | 113 << std::right << setw(wnstate) << "# of states" 119 << std::right << setw(wnstate) << info.nstate
|
/external/pdfium/core/include/fpdftext/ |
fpdf_text.h | 115 virtual void GetRect(int rectIndex, FX_FLOAT& left, FX_FLOAT& top, FX_FLOAT& right, FX_FLOAT &bottom) const = 0;
121 virtual int CountBoundedSegments(FX_FLOAT left, FX_FLOAT top, FX_FLOAT right, FX_FLOAT bottom, FX_BOOL bContains = FALSE) = 0;
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusTypes.h | 412 // Return the left, top, right, and bottom
495 REAL right = min(a.GetRight(), b.GetRight());
local 502 c.Width = right - left;
522 REAL right = max(a.GetRight(), b.GetRight());
local 529 c.Width = right - left;
615 // Return the left, top, right, and bottom
698 INT right = min(a.GetRight(), b.GetRight());
local 705 c.Width = right - left;
725 INT right = max(a.GetRight(), b.GetRight());
local 732 c.Width = right - left; [all...] |
/external/skia/experimental/SkV8Example/ |
SkV8Example.cpp | 160 winRect.right = rect.right();
|
/external/skia/experimental/SkiaExamples/ |
SkExample.cpp | 154 winRect.right = rect.right();
|
/external/skia/src/core/ |
SkTileGrid.cpp | 49 // Note: SkIRects are non-inclusive of the right() column and bottom() row, 53 int maxTileX = SkMax32(SkMin32((dilatedBounds.right() - 1) / fInfo.fTileInterval.width(), 80 int tileEndX = (adjustedQuery.right() + fInfo.fTileInterval.width() - 1) /
|
/external/valgrind/main/coregrind/ |
pub_core_threadstate.h | 184 Int right; member in struct:__anon37323::__anon37324::__anon37326 188 Int right; member in struct:__anon37323::__anon37324::__anon37327
|
/frameworks/av/include/media/stagefright/ |
MetaData.h | 212 int32_t right, int32_t bottom); 223 int32_t *right, int32_t *bottom);
|
/frameworks/av/include/media/stagefright/foundation/ |
AMessage.h | 60 int32_t left, int32_t top, int32_t right, int32_t bottom); 77 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const;
|
/frameworks/base/cmds/wm/src/com/android/commands/wm/ |
Wm.java | 53 " wm overscan [reset|LEFT,TOP,RIGHT,BOTTOM]\n" + 187 rect.right = Integer.parseInt(matcher.group(3)); 192 mWm.setOverscan(Display.DEFAULT_DISPLAY, rect.left, rect.top, rect.right, rect.bottom);
|
/frameworks/base/core/java/android/inputmethodservice/ |
SoftInputWindow.java | 92 mBounds.right - 1, mBounds.bottom - 1)) { 96 mBounds.right - 1, mBounds.bottom - 1); 109 * android.view.Gravity.RIGHT}.
|
/frameworks/base/core/java/android/transition/ |
ChangeBounds.java | 118 int right = Math.round(bottomRight.x); 120 view.setLeftTopRightBottom(left, top, right, bottom); 135 int right = view.getRight(); 137 view.setLeftTopRightBottom(left, top, right, bottom); 152 int right = left + view.getWidth(); 154 view.setLeftTopRightBottom(left, top, right, bottom); 294 final int startRight = startBounds.right; 295 final int endRight = endBounds.right;
|
/frameworks/base/core/jni/ |
android_view_RenderNode.cpp | 121 jobject clazz, jlong renderNodePtr, jint left, jint top, jint right, jint bottom) { 122 android::uirenderer::Rect clipBounds(left, top, right, bottom); 143 jint right, jint bottom, jfloat radius, jfloat alpha) { 145 renderNode->mutateStagingProperties().mutableOutline().setRoundRect(left, top, right, bottom, 282 jobject clazz, jlong renderNodePtr, int right) { 283 return SET_AND_DIRTY(setRight, right, RenderNode::X); 293 int right, int bottom) { 295 if (renderNode->mutateStagingProperties().setLeftTopRightBottom(left, top, right, bottom)) {
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
PdfDocument.java | 123 pageInfo.mContentRect.right, pageInfo.mContentRect.bottom)); 353 || contentRect.right > mPageInfo.mPageWidth
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ImageWallpaper.java | 464 final float right = left + mBackground.getWidth() * mScale; local 468 c.clipRect(left, top, right, bottom, 474 RectF dest = new RectF(left, top, right, bottom); 487 final float right = left + mBackground.getWidth() * mScale; local 494 final FloatBuffer triangleVertices = createMesh(left, top, right, bottom); 541 private FloatBuffer createMesh(int left, int top, float right, float bottom) { 545 right, bottom, 0.0f, 1.0f, 1.0f, 547 right, top, 0.0f, 1.0f, 0.0f,
|