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

  /external/freetype/include/freetype/internal/
pshints.h 231 * end_point ::
238 FT_UInt end_point );
254 * end_point ::
267 FT_UInt end_point );
485 * end_point ::
497 * definition), the value of `end_point' should be 0.
509 FT_UInt end_point,
527 * end_point ::
539 * definition), the value of `end_point' should be 0.
568 * end_point :
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
pshints.h 231 * end_point ::
238 FT_UInt end_point );
254 * end_point ::
267 FT_UInt end_point );
485 * end_point ::
497 * definition), the value of `end_point' should be 0.
509 FT_UInt end_point,
527 * end_point ::
539 * definition), the value of `end_point' should be 0.
568 * end_point :
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
pshints.h 231 * end_point ::
238 FT_UInt end_point );
254 * end_point ::
267 FT_UInt end_point );
485 * end_point ::
497 * definition), the value of `end_point' should be 0.
509 FT_UInt end_point,
527 * end_point ::
539 * definition), the value of `end_point' should be 0.
568 * end_point :
    [all...]
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
try_lock_until_deadlock_bug.pass.cpp 61 auto end_point = Clock::now() + std::chrono::seconds(10); local
62 while (readers_finished != total_readers && Clock::now() < end_point) {
  /external/freetype/src/pshinter/
pshrec.c 130 mask->end_point = 0;
272 mask->end_point = 0;
468 mask2->end_point = 0;
591 FT_UInt end_point )
601 mask->end_point = end_point;
610 FT_UInt end_point,
617 ps_dimension_end_mask( dim, end_point );
630 FT_UInt end_point,
637 error = ps_dimension_reset_mask( dim, end_point, memory )
    [all...]
pshrec.h 99 FT_UInt end_point; member in struct:PS_MaskRec_
pshalgo.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshrec.c 130 mask->end_point = 0;
272 mask->end_point = 0;
468 mask2->end_point = 0;
591 FT_UInt end_point )
601 mask->end_point = end_point;
610 FT_UInt end_point,
617 ps_dimension_end_mask( dim, end_point );
630 FT_UInt end_point,
637 error = ps_dimension_reset_mask( dim, end_point, memory )
    [all...]
pshrec.h 99 FT_UInt end_point; member in struct:PS_MaskRec_
pshalgo.c     [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshrec.c 130 mask->end_point = 0;
272 mask->end_point = 0;
468 mask2->end_point = 0;
591 FT_UInt end_point )
601 mask->end_point = end_point;
610 FT_UInt end_point,
617 ps_dimension_end_mask( dim, end_point );
630 FT_UInt end_point,
637 error = ps_dimension_reset_mask( dim, end_point, memory )
    [all...]
pshrec.h 99 FT_UInt end_point; member in struct:PS_MaskRec_
pshalgo.c     [all...]
  /external/libweave/examples/provider/
ssl_stream.cc 150 char end_point[255]; local
151 snprintf(end_point, sizeof(end_point), "%s:%u", host.c_str(), port);
153 std::unique_ptr<BIO, SslDeleter> stream_bio(BIO_new_connect(end_point));
  /external/freetype/src/autofit/
afhints.c 1503 AF_Point end_point; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.c 1466 AF_Point end_point; local
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 1726 FT_Int end_point; local
    [all...]
ttinterp.c 6825 FT_UInt end_point; \/* end point (last+1) of contour *\/ local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.c 1709 FT_Int end_point; local
    [all...]
ttinterp.c 6895 FT_UInt end_point; \/* end point (last+1) of contour *\/ local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c 1654 FT_Int end_point; local
    [all...]
ttinterp.c 6904 FT_UInt end_point; \/* end point (last+1) of contour *\/ local
    [all...]
  /external/opencv3/modules/viz/src/
shapes.cpp 158 Vec3d start_point(pt1.x, pt1.y, pt1.z), end_point(pt2.x, pt2.y, pt2.z);
160 double length = norm(end_point - start_point);
162 Vec3d xvec = normalized(end_point - start_point);
    [all...]

Completed in 793 milliseconds