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

1 2

  /external/chromium_org/content/shell/renderer/test_runner/
mock_web_push_client.h 31 void SetMockSuccessValues(const std::string& end_point,
mock_web_push_client.cc 25 const std::string& end_point, const std::string& registration_id) {
26 end_point_ = end_point;
  /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/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/device/bluetooth/
bluetooth_socket_win.cc 40 std::string IPEndPointToBluetoothAddress(const net::IPEndPoint& end_point) {
41 if (end_point.address().size() != net::kBluetoothAddressSize)
47 end_point.address()[5],
48 end_point.address()[4],
49 end_point.address()[3],
50 end_point.address()[2],
51 end_point.address()[1],
52 end_point.address()[0]);
  /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 60 int end_point,
skia_util.cc 94 int end_point,
100 grad_points[1].iset(0, end_point);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_tcp_server_socket_message_filter.cc 212 net::IPEndPoint end_point; local
216 NetErrorToPepperError(socket_->GetLocalAddress(&end_point));
223 end_point.address(), end_point.port(), &addr)) {
  /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/brotli/src/woff2/
glyph.cc 234 int end_point = -1; local
236 end_point += contour.size();
238 end_point > std::numeric_limits<uint16_t>::max()) {
241 Store16(end_point, offset, dst);
woff2_dec.cc 530 int end_point = -1; local
532 end_point += n_points_vec[contour_ix];
533 if (end_point >= 65536) {
536 offset = Store16(glyf_dst, offset, end_point);
  /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 1312 AF_Point end_point; local
    [all...]
  /external/chromium_org/content/browser/devtools/
tethering_handler.cc 185 net::IPEndPoint end_point(ip_number, port);
186 int result = socket_->Listen(end_point, kListenBacklog);
  /external/chromium_org/net/dns/
mdns_client_impl.cc 67 IPEndPoint end_point; local
68 int rv = socket_->GetLocalAddress(&end_point);
71 DCHECK(end_point.GetFamily() == ADDRESS_FAMILY_IPV4 ||
72 end_point.GetFamily() == ADDRESS_FAMILY_IPV6);
73 multicast_addr_ = GetMDnsIPEndPoint(end_point.GetFamily());
  /external/chromium_org/third_party/ots/src/
woff2.cc 638 int end_point = -1; local
640 end_point += n_points_vec.at(contour_ix);
641 if (end_point >= 65536) {
644 offset = Store16(glyf_dst, offset, end_point);
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 815 gfx::Point end_point(kEnd, 0);
818 ui::MouseEvent click_b(ui::ET_MOUSE_PRESSED, end_point, end_point,
822 ui::MouseEvent drag_right(ui::ET_MOUSE_DRAGGED, end_point, end_point,
824 ui::MouseEvent release(ui::ET_MOUSE_RELEASED, end_point, end_point,
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 779 gfx::Point end_point = gfx::Point(end.x(), end.y()); local
780 if (start_point == end_point)
783 web_contents_->SelectRange(start_point, end_point);
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 7266 FT_UInt end_point; \/* end point (last+1) of contour *\/ local
    [all...]

Completed in 491 milliseconds

1 2