/external/webp/src/dsp/ |
enc_mips_dsp_r2.c | 367 #define VERTICAL_PRED(DST, TOP, SIZE) \ 369 const uint8_t* (TOP)) { \ 371 if ((TOP)) { \ 372 for (j = 0; j < (SIZE); ++j) memcpy((DST) + j * BPS, (TOP), (SIZE)); \ 378 VERTICAL_PRED(dst, top, 8) 379 VERTICAL_PRED(dst, top, 16) 417 #define CLIP_8B_TO_DST(DST, LEFT, TOP, SIZE) do { \ 422 "ulw %[temp0], 0(%[top]) \n\t" \ 423 "ulw %[temp1], 4(%[top]) \n\t" \ 429 "ulw %[temp0], 8(%[top]) \n\t" [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
FixedPointCombMultiplier.java | 33 int top = d * width - 1; local 38 for (int j = top - i; j >= 0; j -= d)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toplevel.ml | 2 * Top-Level parsing and JIT Driver 8 (* top ::= definition | external | expression | ';' *) 13 (* ignore top-level semicolons. *) 30 (* Evaluate a top-level expression into an anonymous function. *) 32 print_endline "parsed a top-level expr";
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toplevel.ml | 2 * Top-Level parsing and JIT Driver 8 (* top ::= definition | external | expression | ';' *) 13 (* ignore top-level semicolons. *) 30 (* Evaluate a top-level expression into an anonymous function. *) 32 print_endline "parsed a top-level expr";
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toplevel.ml | 2 * Top-Level parsing and JIT Driver 8 (* top ::= definition | external | expression | ';' *) 13 (* ignore top-level semicolons. *) 30 (* Evaluate a top-level expression into an anonymous function. *) 32 print_endline "parsed a top-level expr";
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toplevel.ml | 2 * Top-Level parsing and JIT Driver 8 (* top ::= definition | external | expression | ';' *) 13 (* ignore top-level semicolons. *) 30 (* Evaluate a top-level expression into an anonymous function. *) 32 print_endline "parsed a top-level expr";
|
/external/pdfium/core/fpdfapi/page/ |
cpdf_pathobject.cpp | 50 rect.top += 0.5f; 54 m_Top = rect.top;
|
/external/pdfium/core/fpdfapi/render/ |
cpdf_type3glyphs.cpp | 40 void CPDF_Type3Glyphs::AdjustBlue(FX_FLOAT top, 44 top_line = _AdjustBlue(top, m_TopBlueCount, m_TopBlue);
|
/external/pdfium/core/fxge/win32/ |
cfx_windowsdib.h | 41 void LoadFromDevice(HDC hDC, int left, int top); 42 void SetToDevice(HDC hDC, int left, int top);
|
/external/pdfium/xfa/fwl/theme/ |
cfwl_pushbuttontp.cpp | 37 CFX_PointF(rect.left + PUSHBUTTON_SIZE_Corner, rect.top)); 38 strokePath.LineTo(CFX_PointF(fRight - PUSHBUTTON_SIZE_Corner, rect.top)); 39 strokePath.LineTo(CFX_PointF(fRight, rect.top + PUSHBUTTON_SIZE_Corner)); 47 CFX_PointF(rect.left, rect.top + PUSHBUTTON_SIZE_Corner)); 49 CFX_PointF(rect.left + PUSHBUTTON_SIZE_Corner, rect.top)); 60 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, 64 DrawAxialShading(pGraphics, rect.left + PUSHBUTTON_SIZE_Corner, rect.top, 75 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width,
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowFrameLayout.java | 29 layout(right, top, right + width, top + height);
|
/external/skia/src/gpu/ |
GrSurfacePriv.h | 26 int* left, int* top, int* width, int* height, 32 int* left, int* top, int* width, int* height,
|
/external/skia/src/pathops/ |
SkPathOpsLine.h | 26 static double ExactPointV(const SkDPoint& xy, double top, double bottom, double x); 31 static double NearPointV(const SkDPoint& xy, double top, double bottom, double x);
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
toplevel.ml | 2 * Top-Level parsing and JIT Driver 8 (* top ::= definition | external | expression | ';' *) 13 (* ignore top-level semicolons. *) 30 (* Evaluate a top-level expression into an anonymous function. *) 32 print_endline "parsed a top-level expr";
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ |
toplevel.ml | 2 * Top-Level parsing and JIT Driver 8 (* top ::= definition | external | expression | ';' *) 13 (* ignore top-level semicolons. *) 30 (* Evaluate a top-level expression into an anonymous function. *) 32 print_endline "parsed a top-level expr";
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ |
toplevel.ml | 2 * Top-Level parsing and JIT Driver 8 (* top ::= definition | external | expression | ';' *) 13 (* ignore top-level semicolons. *) 30 (* Evaluate a top-level expression into an anonymous function. *) 32 print_endline "parsed a top-level expr";
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
toplevel.ml | 2 * Top-Level parsing and JIT Driver 8 (* top ::= definition | external | expression | ';' *) 13 (* ignore top-level semicolons. *) 30 (* Evaluate a top-level expression into an anonymous function. *) 32 print_endline "parsed a top-level expr";
|
/external/toolchain-utils/crosperf/experiment_files/ |
telemetry-crosperf-with-external-chrome-src.exp | 26 # Replace '/usr/local/google/chrome-top' with the path to the 27 # top of your Chrome source tree. From that directory 29 chrome_src:/usr/local/google/chrome-top
|
/external/webrtc/webrtc/modules/video_render/mac/ |
video_render_mac_carbon_impl.cc | 122 const float top, 137 AGLChannel = _ptrCocoaRender->CreateNSGLChannel(streamId, zOrder, left, top, right, bottom); 159 float& top, 164 return _ptrCarbonRender->GetChannelProperties(streamId, zOrder, left, top, right, bottom); 230 const float top, 240 const float top, 259 const float top, 270 const float top,
|
/frameworks/base/libs/hwui/pipeline/skia/ |
SkiaProfileRenderer.cpp | 22 void SkiaProfileRenderer::drawRect(float left, float top, float right, float bottom, 24 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom);
|
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/ |
CustomLayout.java | 30 public LayoutParams(int left, int top, int right, int bottom) { 33 mTop = top;
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
RectShadowPainter.java | 58 int viewTop = -originCanvasRect.top + outline.top; 80 canvas.translate(rect.left, rect.top); 85 private static float[][] generateRectangleCoordinates(float left, float top, float right, 88 top = top + radius; 104 // left-top points 107 ret[points][1] = (float) (top + radius - radius * Math.cos(RADIANS_STEP * i)); 111 // right-top points 114 ret[points][1] = (float) (top + radius + radius * Math.cos(RADIANS_STEP * i)) [all...] |
/frameworks/support/transition/api22/android/support/transition/ |
ViewUtilsApi22.java | 36 public void setLeftTopRightBottom(View v, int left, int top, int right, int bottom) { 40 sSetLeftTopRightBottomMethod.invoke(v, left, top, right, bottom);
|
/hardware/intel/img/psb_video/src/android/ |
psb_gralloc.h | 40 int left, int top, int width, int height, void** vaddr);
|
/packages/apps/Gallery/src/com/android/camera/ |
EvenlySpacedLayout.java | 84 int top = 0; local 90 child.layout(left, top, left + w, top + h); 110 int top = mKeepEndSpace ? spacing : 0; local 117 child.layout(left, top, left + w, top + h); 118 top += h; 119 top += spacing;
|