/external/chromium_org/third_party/webrtc/video_engine/ |
vie_renderer.h | 55 const float left, 70 const float left, 98 const float left,
|
/external/chromium_org/v8/src/ |
hydrogen-dehoist.cc | 19 if (binary_operation->left()->IsConstant() && index->IsAdd()) { 21 constant = HConstant::cast(binary_operation->left()); 23 subexpression = binary_operation->left();
|
/external/fio/lib/ |
prio_tree.h | 8 struct prio_tree_node *left; member in struct:prio_tree_node 48 (ptr)->left = (ptr)->right = (ptr)->parent = (ptr); \ 74 return node->left == node;
|
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/ |
fmtflags.pass.cpp | 19 // static const fmtflags left; 29 // static const fmtflags adjustfield = left | right | internal; 43 assert(std::ios_base::left); 61 & std::ios_base::left 73 assert(std::ios_base::adjustfield == (std::ios_base::left
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
ftpfr.c | 100 FT_UInt left, 113 error = service->get_kerning( face, left, right, avector ); 115 error = FT_Get_Kerning( face, left, right,
|
/external/pdfium/fpdfsdk/src/ |
fpdftext.cpp | 72 DLLEXPORT void STDCALL FPDFText_GetCharBox(FPDF_TEXTPAGE text_page, int index,double* left,
81 *left=charinfo.m_CharBox.left;
104 str = str.Left(count);
120 DLLEXPORT void STDCALL FPDFText_GetRect(FPDF_TEXTPAGE text_page,int rect_index, double* left,double* top,
126 textpage->GetRect(rect_index,rect.left,rect.top,rect.right,rect.bottom);
127 *left=rect.left;
133 DLLEXPORT int STDCALL FPDFText_GetBoundedText(FPDF_TEXTPAGE text_page,double left, double top,
138 CFX_FloatRect rect((FX_FLOAT)left,(FX_FLOAT)bottom,(FX_FLOAT)right,(FX_FLOAT)top); [all...] |
/external/skia/src/pathops/ |
SkDQuadLineIntersection.cpp | 170 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { 171 addExactHorizontalEndPoints(left, right, axisIntercept); 173 addNearHorizontalEndPoints(left, right, axisIntercept); 180 double lineT = (pt.fX - left) / (right - left); 250 void addExactHorizontalEndPoints(double left, double right, double y) { 252 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y); 261 void addNearHorizontalEndPoints(double left, double right, double y) { 267 double lineT = SkDLine::NearPointH(fQuad[qIndex], left, right, y); 354 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y [all...] |
SkPathOpsBounds.h | 25 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { 26 if (left < fLeft) fLeft = left;
|
/external/skia/tests/ |
PathOpsLineIntersectionTest.cpp | 106 double left = SkTMin(line1[0].fX, line1[1].fX); local 109 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); 113 double left = SkTMin(line2[0].fX, line2[1].fX); local 116 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); 149 double left = SkTMin(line1[0].fX, line1[1].fX); local 152 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); 158 double left = SkTMin(line2[0].fX, line2[1].fX) local [all...] |
/frameworks/base/libs/hwui/ |
StatefulBaseRenderer.h | 68 //virtual int saveLayer(float left, float top, float right, float bottom, 86 virtual bool quickRejectConservative(float left, float top, float right, float bottom) const; 88 virtual bool clipRect(float left, float top, float right, float bottom, SkRegion::Op op); 123 bool calculateQuickRejectForScissor(float left, float top, float right, float bottom,
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
GradientsActivity.java | 223 float left = 40.0f; local 237 mMatrix.postTranslate(left, top); 240 canvas.drawRect(left, top, right, top + mDrawHeight, mPaint); 242 left += 40.0f + mDrawWidth; 249 mMatrix.postTranslate(left, bottom); 252 canvas.drawRect(left, bottom - mDrawHeight, right, bottom, mPaint); 259 mMatrix.postTranslate(left, top); 262 canvas.drawRect(left, top, left + mDrawWidth, bottom, mPaint); 264 right = left + mDrawWidth [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_fbupdate.cpp | 98 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top, 99 sourceCrop.right - sourceCrop.left, 109 ovutils::Dim dpos(displayFrame.left, 111 displayFrame.right - displayFrame.left, 174 //Request left RGB pipe 220 ovutils::Dim dcropL(sourceCrop.left, sourceCrop.top, 221 (sourceCrop.right - sourceCrop.left) / 2, 224 sourceCrop.left + (sourceCrop.right - sourceCrop.left) / 2, 226 (sourceCrop.right - sourceCrop.left) / 2 [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_fbupdate.cpp | 76 getBufferSizeAndDimensions(displayFrame.right - displayFrame.left, 119 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top, 120 sourceCrop.right - sourceCrop.left, 134 ovutils::Dim dpos(displayFrame.left, 136 displayFrame.right - displayFrame.left, 200 getBufferSizeAndDimensions(displayFrame.right - displayFrame.left, 210 //Request left pipe 262 (sourceCrop.right - sourceCrop.left) * lSplitRatio; 265 sourceCrop.left, 271 sourceCrop.left + lCropWidth [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/ |
fmtflags.pass.cpp | 19 // static const fmtflags left; 29 // static const fmtflags adjustfield = left | right | internal; 43 assert(std::ios_base::left); 61 & std::ios_base::left 73 assert(std::ios_base::adjustfield == (std::ios_base::left
|
/packages/apps/Browser/src/com/android/browser/view/ |
PieStackView.java | 60 public void layout(int anchorX, int anchorY, boolean left, float angle, 62 super.layout(anchorX, anchorY, left, angle, pHeight); 66 mLeft = anchorX + (left ? SLOP : -(SLOP + mChildWidth));
|
StopProgressView.java | 73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 74 super.onLayout(changed, left, top, right, bottom); 75 mWidth = (right - left) * 2 / 3;
|
/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
TinyPlanetPreview.java | 103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 104 super.onLayout(changed, left, top, right, bottom); 106 int width = right - left;
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
image_transform.js | 66 addCropFrame('left top corner'); 69 addCropFrame('left vertical'); 71 addCropFrame('left bottom corner'); 153 this.domOverlay_.style.left = screenClipped.left + 'px'; 158 this.shadowLeft_.style.width = screenCrop.left - screenClipped.left + 'px'; 162 this.shadowRight_.style.width = screenClipped.left + screenClipped.width - 163 (screenCrop.left + screenCrop.width) + 'px'; 272 * left/top/right/bottom held instead for convenience [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
View_LayoutPositionTest.java | 66 int left = vLocation[0] - pLocation[0]; local 68 int right = left + vRect.width(); 71 assertEquals(left, view.getLeft()); 98 assertEquals(left + h_offset , nleft);
|
/developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/ |
DragFrameLayout.java | 72 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) { 73 super.onViewPositionChanged(changedView, left, top, dx, dy); 77 public int clampViewPositionHorizontal(View child, int left, int dx) { 78 return left;
|
/developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/ |
DragFrameLayout.java | 72 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) { 73 super.onViewPositionChanged(changedView, left, top, dx, dy); 77 public int clampViewPositionHorizontal(View child, int left, int dx) { 78 return left;
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/ |
main.css | 26 text-align: left; 54 text-align: left;
|
/development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/ |
DragFrameLayout.java | 72 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) { 73 super.onViewPositionChanged(changedView, left, top, dx, dy); 77 public int clampViewPositionHorizontal(View child, int left, int dx) { 78 return left;
|
/external/android-clat/ |
checksum.c | 37 int left = len; local 40 while(left > 1) { 43 left -= 2; 45 if(left) {
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Operation.java | 36 /** The left operand expression. 80 * Set the left and right operand expressions for this operation. 83 * @param l The left expression operand. 109 XObject left = m_left.execute(xctxt, true); local 112 XObject result = operate(left, right); 113 left.detach(); 122 * @param left non-null reference to the evaluated left operand. 129 public XObject operate(XObject left, XObject right) 135 /** @return the left operand of binary operation, as an Expression [all...] |