HomeSort by relevance Sort by last modified time
    Searched refs:shape (Results 126 - 150 of 394) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/harfbuzz_ng/test/shaping/
record-test.sh 13 if ! echo "$hb_shape" | grep -q 'hb-shape'; then
14 echo "Specify hb-shape (not hb-view, etc)." >&2
41 echo "hb-shape failed." >&2
62 hb_view=${hb_shape/shape/view}
  /external/python/cpython2/Demo/turtle/
tdemo_penrose.py 99 shape("kite")
102 shape("dart")
tdemo_minimal_hanoi.py 14 Discs are turtles with shape "square", but
24 Turtle.__init__(self, shape="square", visible=False)
  /frameworks/ml/nn/common/
OperationsUtils.cpp 28 bool SameShape(const Shape& in1, const Shape& in2) {
40 bool SetShape(const Shape& in, Shape* out) {
48 uint32_t getNumberOfElements(const Shape& shape) {
50 for (size_t i = 0; i < shape.dimensions.size(); i++) {
51 count *= shape.dimensions[i];
56 uint32_t getNumberOfDimensions(const Shape& shape) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderItemView.java 22 import android.graphics.drawable.shapes.Shape;
156 final Shape shape = new RoundRectShape(sUnseenCornerRadii, null, null); local
157 final ShapeDrawable drawable = new ShapeDrawable(shape);
  /external/aac/libFDK/include/
FDK_tools_rom.h 141 * \brief Window slope access helper. Obtain a window of given length and shape.
143 * \param shape Shape index of the window slope. 0: sine window, 1: Kaiser-Bessel. Any other
147 const FIXP_WTP * FDKgetWindowSlope(int length, int shape);
  /external/harfbuzz_ng/src/
sample.py 65 hb.shape (font, buf, [])
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ArabicShaping.java 26 static final int MASK_NOSHAPE = 8; // if this bit set, don't shape this char, i.e. tatweel
69 public static void shape(char[] chars, int leftType, int rightType, ClassTable isolClassTable) { method in class:ArabicShaping
  /external/pdfium/xfa/fxbarcode/datamatrix/
BC_HighLevelEncoder.h 32 SymbolShapeHint shape,
  /external/skia/src/gpu/
GrSoftwarePathRenderer.cpp 26 static bool get_unclipped_shape_dev_bounds(const GrShape& shape, const SkMatrix& matrix,
28 SkRect shapeBounds = shape.styledBounds();
46 // Gets the shape bounds, the clip bounds, and the intersection (if any). Returns false if there
50 const GrShape& shape,
58 if (!get_unclipped_shape_dev_bounds(shape, matrix, unclippedDevShapeBounds)) {
133 // We really need to know if the shape will be inverse filled or not
  /external/skia/tools/
SkShaper_primitive.cpp 32 SkScalar SkShaper::shape(SkTextBlobBuilder* builder, function in class:SkShaper
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ArabicShaping.java 17 * Shape Arabic text on a character basis.
39 * Unicode that are rendered as letters with a specific shape
88 public int shape(char[] source, int sourceStart, int sourceLength, method in class:ArabicShaping
144 public void shape(char[] source, int start, int length) throws ArabicShapingException { method in class:ArabicShaping
146 throw new ArabicShapingException("Cannot shape in place with length option resize.");
148 shape(source, start, length, source, start, length); method
158 public String shape(String text) throws ArabicShapingException { method in class:ArabicShaping
166 int len = shape(src, 0, src.length, dest, 0, dest.length);
310 * TAIL (i.e. 0xFE73) or the old unofficial Unicode TAIL code point (i.e. 0x200B) and de-shape the
447 * the isolated forms rather than to their correct shape
1701 int shape = shapeTable[nextLink & LINK_MASK] local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/shaping/
ArabicShapingTest.java 188 result = shaper.shape(src, ss, sl, dest, ds, dl);
192 shaper.shape(src, ss, sl);
199 dest = shaper.shape(text).toCharArray();
243 " -let:[no|sh|un|ta] (letters: noop, shape, unshape, tashkeel)\n" +
244 // " -let:[no|sh|un] (letters: noop, shape, unshape)\n" +
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ArabicShaping.java 16 * Shape Arabic text on a character basis.
38 * Unicode that are rendered as letters with a specific shape
88 public int shape(char[] source, int sourceStart, int sourceLength, method in class:ArabicShaping
145 public void shape(char[] source, int start, int length) throws ArabicShapingException { method in class:ArabicShaping
147 throw new ArabicShapingException("Cannot shape in place with length option resize.");
149 shape(source, start, length, source, start, length); method
160 public String shape(String text) throws ArabicShapingException { method in class:ArabicShaping
168 int len = shape(src, 0, src.length, dest, 0, dest.length);
324 * TAIL (i.e. 0xFE73) or the old unofficial Unicode TAIL code point (i.e. 0x200B) and de-shape the
481 * the isolated forms rather than to their correct shape
1749 int shape = shapeTable[nextLink & LINK_MASK] local
    [all...]
  /external/jemalloc/test/include/test/
math.h 6 double pt_gamma(double p, double shape, double scale, double ln_gamma_shape);
45 * Compute the incomplete Gamma ratio for [0..x], where p is the shape
301 * Given a value p in [0..1] and Gamma distribution shape and scale parameters,
306 pt_gamma(double p, double shape, double scale, double ln_gamma_shape)
309 return (pt_chi2(p, shape * 2.0, ln_gamma_shape) * 0.5 * scale);
  /external/skia/gm/
aaxfermodes.cpp 34 enum Shape {
152 this->drawShape(canvas, static_cast<Shape>(shapeIdx), paint, mode);
230 void drawShape(SkCanvas* canvas, Shape shape, const SkPaint& paint, SkBlendMode mode) {
233 shapePaint.setAntiAlias(kSquare_Shape != shape);
236 switch (shape) {
262 SkFAIL("Invalid shape.");
recordopts.cpp 101 sk_sp<SkPicture> shape; local
109 shape = recorder.finishRecordingAsPicture();
118 drawPaint.setImageFilter(SkPictureImageFilter::Make(shape));
  /frameworks/ml/nn/common/include/
OperationsUtils.h 49 struct Shape {
57 bool SameShape(const Shape& in1, const Shape& in2);
59 // Sets out to the same shape as in.
60 bool SetShape(const Shape& in, Shape* out);
64 uint32_t getNumberOfElements(const Shape& shape);
66 uint32_t getNumberOfDimensions(const Shape& shape);
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.4.0-alpha5/
asset-studio-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.4.0-alpha6/
asset-studio-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.4.0-alpha7/
asset-studio-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.5.0-alpha-preview-02/
asset-studio-25.5.0-alpha-preview-02.jar 
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_median_filter.c 158 generate_offsets(enum vl_median_filter_shape shape, unsigned size,
171 switch(shape) {
195 switch(shape) {
241 enum vl_median_filter_shape shape)
305 generate_offsets(shape, size, &offsets, &num_offsets);
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
TestData.java 212 private final StreamShape shape; field in class:TestData.AbstractTestData
220 StreamShape shape,
227 this.shape = shape;
237 return shape;
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
TestData.java 213 private final StreamShape shape; field in class:TestData.AbstractTestData
221 StreamShape shape,
228 this.shape = shape;
238 return shape;

Completed in 669 milliseconds

1 2 3 4 56 7 8 91011>>