HomeSort by relevance Sort by last modified time
    Searched refs:arc (Results 201 - 225 of 369) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/src/core/
SkOverdrawCanvas.cpp 197 void SkOverdrawCanvas::onDrawArc(const SkRect& arc, SkScalar startAngle, SkScalar sweepAngle,
199 fList[0]->onDrawArc(arc, startAngle, sweepAngle, useCenter, this->overdrawPaint(paint));
  /external/skqp/src/core/
SkOverdrawCanvas.cpp 197 void SkOverdrawCanvas::onDrawArc(const SkRect& arc, SkScalar startAngle, SkScalar sweepAngle,
199 fList[0]->onDrawArc(arc, startAngle, sweepAngle, useCenter, this->overdrawPaint(paint));
  /external/walt/docs/
Development.md 26 [official guide for Android development on ChromeOS](https://developer.android.com/topic/arc/index.html#setup).
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 85 getbaseclasses(arc)
280 'carc' : arc,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 85 getbaseclasses(arc)
280 'carc' : arc,
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
objdump.exp 37 lappend cpus_expected aarch64 alpha arc ARC700 ARCv2 arm cris
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
ext3op.d 4 .*: +file format .*arc.*
mov.d 4 .*: +file format .*arc.*
nps400-7.d 4 .*: +file format .*arc.*
textinsn3op.d 3 .*: +file format .*arc.*
adc.d 4 .*: +file format .*arc.*
add.d 4 .*: +file format .*arc.*
and.d 4 .*: +file format .*arc.*
asl.d 4 .*: +file format .*arc.*
asr.d 4 .*: +file format .*arc.*
bic.d 4 .*: +file format .*arc.*
  /external/autotest/site_utils/presubmit_hooks/
check_control_files.py 25 DEPENDENCY_ARC = 'arc'
26 SUITES_NEED_RETRY = set(['bvt-arc', 'bvt-cq', 'bvt-inline'])
217 'DEPENDENCIES = \'arc\' for %s is needed' % test_name)
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_stats.c 209 int main(int arc, char *argv[])
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 77 const CArc *Arc;
295 const CArc *arc,
  /external/wayland-protocols/flinger_headers/
ArcInputBridgeProtocol.h 33 namespace arc { namespace
303 } // namespace arc
  /hardware/libhardware/modules/camera/3_4/arc/
cached_frame.cpp 6 #include "arc/cached_frame.h"
11 #include "arc/common.h"
12 #include "arc/common_types.h"
14 namespace arc { namespace
218 } // namespace arc
jpeg_compressor.cpp 7 #include "arc/jpeg_compressor.h"
13 #include "arc/common.h"
15 namespace arc { namespace
190 } // namespace arc
  /hardware/libhardware/modules/camera/3_4/
format_metadata_factory.cpp 19 #include "arc/image_processor.h"
149 } else if (!arc::ImageProcessor::SupportsConversion(V4L2_PIX_FMT_YUV420,
  /external/ImageMagick/MagickCore/
draw.c 5494 arc; local
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 784 * Append the specified arc to the path as a new contour. If the start of
787 * start of the arc. However, if the path is empty, then we call moveTo()
788 * with the first point of the arc. The sweep angle is tread mod 360.
790 * @param left The left of oval defining shape and size of the arc
791 * @param top The top of oval defining shape and size of the arc
792 * @param right The right of oval defining shape and size of the arc
793 * @param bottom The bottom of oval defining shape and size of the arc
794 * @param startAngle Starting angle (in degrees) where the arc begins
797 * @param forceMoveTo If true, always begin a new contour with the arc
802 Arc2D arc = new Arc2D.Float(left, top, right - left, bottom - top, -startAngle local
    [all...]

Completed in 645 milliseconds

1 2 3 4 5 6 7 891011>>