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

  /external/chromium_org/chrome/test/chromedriver/net/
net_util.cc 81 net::IPEndPoint end_point; local
82 if (sock.GetLocalAddress(&end_point) != net::OK)
84 *port = end_point.port();
  /external/chromium_org/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/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/chromium_org/third_party/freetype/src/pshinter/
pshrec.c 130 mask->end_point = 0;
275 mask->end_point = 0;
469 mask2->end_point = 0;
583 FT_UInt end_point )
592 mask->end_point = end_point;
601 FT_UInt end_point,
608 ps_dimension_end_mask( dim, end_point );
621 FT_UInt end_point,
628 error = ps_dimension_reset_mask( dim, end_point, memory )
    [all...]
pshrec.h 103 FT_UInt end_point; member in struct:PS_MaskRec_
pshalgo.c     [all...]
  /external/freetype/src/pshinter/
pshrec.c 130 mask->end_point = 0;
275 mask->end_point = 0;
469 mask2->end_point = 0;
583 FT_UInt end_point )
593 mask->end_point = end_point;
602 FT_UInt end_point,
609 ps_dimension_end_mask( dim, end_point );
622 FT_UInt end_point,
629 error = ps_dimension_reset_mask( dim, end_point, memory )
    [all...]
pshrec.h 103 FT_UInt end_point; member in struct:PS_MaskRec_
pshalgo.c     [all...]
  /external/chromium_org/ui/gfx/
skia_util.h 53 int end_point,
skia_util.cc 90 int end_point,
96 grad_points[1].iset(0, end_point);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_tcp_server_socket_message_filter.cc 190 net::IPEndPoint end_point; local
194 NetErrorToPepperError(socket_->GetLocalAddress(&end_point));
200 if (!NetAddressPrivateImpl::IPEndPointToNetAddress(end_point.address(),
201 end_point.port(),
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 1153 AF_Point end_point; local
1188 end_point = point->prev;
1194 if ( point > end_point ) /* no touched point in contour */
1208 FT_ASSERT( point <= end_point &&
1212 while ( point < end_point &&
1222 if ( point > end_point )
1239 af_iup_shift( first_point, end_point, first_touched );
1243 if ( last_touched < end_point )
1244 af_iup_interp( last_touched + 1, end_point,
  /external/freetype/src/autofit/
afhints.c 1175 AF_Point end_point; local
1210 end_point = point->prev;
1216 if ( point > end_point ) /* no touched point in contour */
1230 FT_ASSERT( point <= end_point &&
1234 while ( point < end_point &&
1244 if ( point > end_point )
1261 af_iup_shift( first_point, end_point, first_touched );
1265 if ( last_touched < end_point )
1266 af_iup_interp( last_touched + 1, end_point,
    [all...]
  /external/chromium_org/content/browser/devtools/
tethering_handler.cc 193 net::IPEndPoint end_point(ip_number, port);
194 int result = socket_->Listen(end_point, kListenBacklog);
  /external/chromium_org/third_party/ots/src/
woff2.cc 620 int end_point = -1; local
622 end_point += n_points_vec.at(contour_ix);
623 if (end_point >= 65536) {
626 offset = Store16(glyf_dst, offset, end_point);
    [all...]
  /external/chromium_org/ash/wm/
custom_frame_view_ash_unittest.cc 335 gfx::Point end_point = gfx::Point(work_area.width(), start_point.y()); local
343 end_point,
358 generator.MoveMouseTo(end_point, 10);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 2305 const SkPoint end_point = { local
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views_unittest.cc 832 gfx::Point end_point(kEnd, 0);
835 ui::MouseEvent click_b(ui::ET_MOUSE_PRESSED, end_point, end_point,
839 ui::MouseEvent drag_right(ui::ET_MOUSE_DRAGGED, end_point, end_point,
841 ui::MouseEvent release(ui::ET_MOUSE_RELEASED, end_point, end_point,
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 6785 FT_UInt end_point; \/* end point (last+1) of contour *\/ local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_win.cc 2560 const SkPoint end_point = { local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 7266 FT_UInt end_point; \/* end point (last+1) of contour *\/ local
    [all...]

Completed in 881 milliseconds