HomeSort by relevance Sort by last modified time
    Searched refs:tcd (Results 1 - 5 of 5) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btTypedConstraint.cpp 112 btTypedConstraintData2* tcd = (btTypedConstraintData2*) dataBuffer; local
114 tcd->m_rbA = (btRigidBodyData*)serializer->getUniquePointer(&m_rbA);
115 tcd->m_rbB = (btRigidBodyData*)serializer->getUniquePointer(&m_rbB);
117 tcd->m_name = (char*)serializer->getUniquePointer(name);
118 if (tcd->m_name)
123 tcd->m_objectType = m_objectType;
124 tcd->m_needsFeedback = m_needsFeedback;
125 tcd->m_overrideNumSolverIterations = m_overrideNumSolverIterations;
126 tcd->m_breakingImpulseThreshold = m_breakingImpulseThreshold;
127 tcd->m_isEnabled = m_isEnabled? 1: 0
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 42 @file tcd.h
43 @brief Implementation of a tile coder/decoder (TCD)
45 The functions in TCD.C encode or decode each tile independently from
46 each other. The functions in TCD.C are used by other functions in J2K.C.
49 /** @defgroup TCD TCD - Implementation of a tile coder/decoder */
221 /** tell if the tcd is a decoder. */
230 Dump the content of a tcd structure
232 /*void tcd_dump(FILE *fd, opj_tcd_t *tcd, opj_tcd_image_t *img);*/ /* TODO MSD shoul use the new v2 structures */
235 Create a new TCD handl
    [all...]
tcd.c 47 void tcd_dump(FILE *fd, opj_tcd_t *tcd, opj_tcd_image_t * img) {
52 img->tw, img->th, tcd->image->x0, tcd->image->x1, tcd->image->y0, tcd->image->y1);
55 opj_tcd_tile_t *tile = &tcd->tcd_image->tiles[tileno];
140 @param tcd TCD handle
142 static void opj_tcd_free_tile(opj_tcd_t *tcd);
183 Create a new TCD handl
    [all...]
  /external/pdfium/third_party/
pdfiumopenjpeg.mk 35 libopenjpeg20/tcd.c \
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 345 un.tcd = DATE;
    [all...]

Completed in 303 milliseconds