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

  /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 )
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/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 208 net::IPEndPoint end_point; local
212 NetErrorToPepperError(socket_->GetLocalAddress(&end_point));
218 if (!NetAddressPrivateImpl::IPEndPointToNetAddress(end_point.address(),
219 end_point.port(),
  /external/chromium_org/chrome/test/chromedriver/net/
websocket.cc 45 net::IPEndPoint end_point; local
46 if (!end_point.FromSockAddr(addr->ai_addr, addr->ai_addrlen)) {
50 *address = end_point.address();
  /external/chromium_org/third_party/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/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/net/dns/
mdns_client_impl.cc 57 IPEndPoint end_point; local
58 int rv = socket_->GetLocalAddress(&end_point);
61 DCHECK(end_point.GetFamily() == ADDRESS_FAMILY_IPV4 ||
62 end_point.GetFamily() == ADDRESS_FAMILY_IPV6);
63 multicast_addr_ = GetMDnsIPEndPoint(end_point.GetFamily());
  /external/chromium_org/third_party/ots/src/
woff2.cc 610 int end_point = -1; local
612 end_point += n_points_vec.at(contour_ix);
613 if (end_point >= 65536) {
616 offset = Store16(glyf_dst, offset, end_point);
    [all...]
  /external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button_unittest.cc 349 gfx::Point end_point = gfx::Point(work_area.width(), start_point.y()); local
358 end_point,
373 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 848 gfx::Point end_point(kEnd, 0);
851 ui::MouseEvent click_b(ui::ET_MOUSE_PRESSED, end_point, end_point,
855 ui::MouseEvent drag_right(ui::ET_MOUSE_DRAGGED, end_point, end_point,
857 ui::MouseEvent release(ui::ET_MOUSE_RELEASED, end_point, end_point,
    [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc     [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 7266 FT_UInt end_point; \/* end point (last+1) of contour *\/ local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 7266 FT_UInt end_point; \/* end point (last+1) of contour *\/ local
    [all...]

Completed in 1002 milliseconds