HomeSort by relevance Sort by last modified time
    Searched full:indices (Results 376 - 400 of 3095) sorted by null

<<11121314151617181920>>

  /external/harfbuzz/src/
harfbuzz-shaper.h 271 HB_Font font; /* input: the font: scale, units and function pointers supplying glyph indices and metrics */
274 HB_Bool glyphIndicesPresent; /* input: true if the <glyphs> array contains glyph indices ready to be shaped */
275 hb_uint32 initialGlyphCount; /* input: if glyphIndicesPresent is true, the number of glyph indices in the <glyphs> array */
280 HB_Glyph *glyphs; /* output: <num_glyphs> indices of shaped glyphs */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 240 HB_Font font; /* input: the font: scale, units and function pointers supplying glyph indices and metrics */
243 HB_Bool glyphIndicesPresent; /* input: true if the <glyphs> array contains glyph indices ready to be shaped */
244 hb_uint32 initialGlyphCount; /* input: if glyphIndicesPresent is true, the number of glyph indices in the <glyphs> array */
249 HB_Glyph *glyphs; /* output: <num_glyphs> indices of shaped glyphs */
  /external/icu4c/layout/
ArabicLayoutEngine.h 146 * to use the Presentation Forms as logical glyph indices. It overrides the
148 * glyph indices.
185 * into actual glyph indices using ArabicOpenTypeLayoutEngine::mapCharsToGlyps.
197 * @return the number of glyph indices in the output glyph index array
KhmerLayoutEngine.cpp 42 // Output: characters, char indices, tags
  /external/iproute2/examples/diffserv/
efcbq 5 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MeshAnimationLoader.java 157 // List<Integer> indices = new ArrayList<Integer>();
169 // indices.add(vertIndex);
175 // int[] indicesArray = new int[indices.size()];
177 // indicesArray[i] = indices.get(i);
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TriangleCollector.java 92 * (using the indices OCTTriangle.getGeometryIndex() & OCTTriangle.getTriangleIndex())
156 // find vertex indices for triangle t
159 // find indices in new buf
211 // write the indices onto the output index buffer
  /external/libsepol/include/sepol/policydb/
flask.h 62 * Security identifier indices for initial entities
  /external/llvm/lib/Target/R600/
AMDGPURegisterInfo.td 17 // Indices are used in a variety of ways here, so don't set a size/offset.
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 118 std::vector<Constant*> Indices(2);
119 Indices[0] = Constant::getNullValue(Type::getInt32Ty(Context));
120 Indices[1] = ConstantInt::get(Type::getInt32Ty(Context), CounterNum);
122 ConstantExpr::getGetElementPtr(CounterArray, Indices);
  /external/proguard/src/proguard/classfile/constant/
FieldrefConstant.java 42 * Creates a new FieldrefConstant with the given name and type indices.
InterfaceMethodrefConstant.java 42 * Creates a new InterfaceMethodrefConstant with the given name and type indices.
MethodrefConstant.java 42 * Creates a new MethodrefConstant with the given name and type indices.
  /external/skia/include/core/
SkColorTable.h 20 8-bit bitmaps, where the bitmap bytes are interpreted as indices into the colortable.
  /external/skia/src/utils/
SkBitSet.h 44 /** Export indices of set bits to T array.
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
spectrum_ar_model_tables.h 46 /* initial indices for AR reflection coefficient quantizer and cdf table search */
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 355 const GLushort indices[] = { 0, 1, 2, 0, 2, 3 };
360 int nelem = sizeof(indices)/sizeof(indices[0]);
362 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices);
  /frameworks/wilhelm/src/
attr.h 19 // bit indices, used for fast lookup into handler table
handlers.c 31 // XA IDs map directly to table indices
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_Index.h 75 /* Vendor specific area for storing indices */
82 /* H264 Encoder Indices*/
101 /* Camera Indices */
198 /* MPEG4 and H264 encoder specific Indices */
  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementationList.java 39 * of valid child node indices is 0 to <code>length-1</code> inclusive.
DOMStringList.java 38 * child node indices is 0 to <code>length-1</code> inclusive.
NodeList.java 36 * The number of nodes in the list. The range of valid child node indices
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.h 135 * \param id_l indices of left features that matched
136 * \param id_r indices of right features that matched
225 * \param id_l indices of left features that matched
226 * \param id_r indices of right features that matched
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_matching.h 135 * \param id_l indices of left features that matched
136 * \param id_r indices of right features that matched
225 * \param id_l indices of left features that matched
226 * \param id_r indices of right features that matched

Completed in 435 milliseconds

<<11121314151617181920>>