/external/chromium_org/third_party/freetype/src/pshinter/ |
D | pshrec.c | 130 mask->end_point = 0; in ps_mask_done() 275 mask->end_point = 0; in ps_mask_table_alloc() 469 mask2->end_point = 0; in ps_mask_table_merge() 583 FT_UInt end_point ) in ps_dimension_end_mask() argument 593 mask->end_point = end_point; in ps_dimension_end_mask() 602 FT_UInt end_point, in ps_dimension_reset_mask() argument 609 ps_dimension_end_mask( dim, end_point ); in ps_dimension_reset_mask() 622 FT_UInt end_point, in ps_dimension_set_mask_bits() argument 629 error = ps_dimension_reset_mask( dim, end_point, memory ); in ps_dimension_set_mask_bits() 765 FT_UInt end_point, in ps_dimension_end() argument [all …]
|
D | pshrec.h | 103 FT_UInt end_point; member
|
D | pshalgo.c | 1694 first = mask->end_point > glyph->num_points in psh_glyph_find_strong_points() 1696 : mask->end_point; in psh_glyph_find_strong_points() 1704 next = mask->end_point > glyph->num_points in psh_glyph_find_strong_points() 1706 : mask->end_point; in psh_glyph_find_strong_points()
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 130 mask->end_point = 0; in ps_mask_done() 275 mask->end_point = 0; in ps_mask_table_alloc() 469 mask2->end_point = 0; in ps_mask_table_merge() 583 FT_UInt end_point ) in ps_dimension_end_mask() argument 593 mask->end_point = end_point; in ps_dimension_end_mask() 602 FT_UInt end_point, in ps_dimension_reset_mask() argument 609 ps_dimension_end_mask( dim, end_point ); in ps_dimension_reset_mask() 622 FT_UInt end_point, in ps_dimension_set_mask_bits() argument 629 error = ps_dimension_reset_mask( dim, end_point, memory ); in ps_dimension_set_mask_bits() 765 FT_UInt end_point, in ps_dimension_end() argument [all …]
|
D | pshrec.h | 103 FT_UInt end_point; member
|
D | pshalgo.c | 1694 first = mask->end_point > glyph->num_points in psh_glyph_find_strong_points() 1696 : mask->end_point; in psh_glyph_find_strong_points() 1704 next = mask->end_point > glyph->num_points in psh_glyph_find_strong_points() 1706 : mask->end_point; in psh_glyph_find_strong_points()
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
D | pshints.h | 238 FT_UInt end_point ); 267 FT_UInt end_point ); 509 FT_UInt end_point, 581 FT_UInt end_point );
|
/external/freetype/include/freetype/internal/ |
D | pshints.h | 238 FT_UInt end_point ); 267 FT_UInt end_point ); 509 FT_UInt end_point, 581 FT_UInt end_point );
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_tcp_server_socket_message_filter.cc | 208 net::IPEndPoint end_point; in OnListenCompleted() local 212 NetErrorToPepperError(socket_->GetLocalAddress(&end_point)); in OnListenCompleted() 218 if (!NetAddressPrivateImpl::IPEndPointToNetAddress(end_point.address(), in OnListenCompleted() 219 end_point.port(), in OnListenCompleted()
|
/external/chromium_org/third_party/freetype/src/autofit/ |
D | afhints.c | 1175 AF_Point end_point; in af_glyph_hints_align_weak_points() local 1210 end_point = point->prev; in af_glyph_hints_align_weak_points() 1216 if ( point > end_point ) /* no touched point in contour */ in af_glyph_hints_align_weak_points() 1230 FT_ASSERT( point <= end_point && in af_glyph_hints_align_weak_points() 1234 while ( point < end_point && in af_glyph_hints_align_weak_points() 1244 if ( point > end_point ) in af_glyph_hints_align_weak_points() 1261 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points() 1265 if ( last_touched < end_point ) in af_glyph_hints_align_weak_points() 1266 af_iup_interp( last_touched + 1, end_point, in af_glyph_hints_align_weak_points()
|
/external/freetype/src/autofit/ |
D | afhints.c | 1175 AF_Point end_point; in af_glyph_hints_align_weak_points() local 1210 end_point = point->prev; in af_glyph_hints_align_weak_points() 1216 if ( point > end_point ) /* no touched point in contour */ in af_glyph_hints_align_weak_points() 1230 FT_ASSERT( point <= end_point && in af_glyph_hints_align_weak_points() 1234 while ( point < end_point && in af_glyph_hints_align_weak_points() 1244 if ( point > end_point ) in af_glyph_hints_align_weak_points() 1261 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points() 1265 if ( last_touched < end_point ) in af_glyph_hints_align_weak_points() 1266 af_iup_interp( last_touched + 1, end_point, in af_glyph_hints_align_weak_points()
|
/external/chromium_org/chrome/test/chromedriver/net/ |
D | websocket.cc | 45 net::IPEndPoint end_point; in ResolveHost() local 46 if (!end_point.FromSockAddr(addr->ai_addr, addr->ai_addrlen)) { in ResolveHost() 50 *address = end_point.address(); in ResolveHost()
|
/external/chromium_org/net/dns/ |
D | mdns_client_impl.cc | 57 IPEndPoint end_point; in Start() local 58 int rv = socket_->GetLocalAddress(&end_point); in Start() 61 DCHECK(end_point.GetFamily() == ADDRESS_FAMILY_IPV4 || in Start() 62 end_point.GetFamily() == ADDRESS_FAMILY_IPV6); in Start() 63 multicast_addr_ = GetMDnsIPEndPoint(end_point.GetFamily()); in Start()
|
/external/chromium_org/ui/gfx/ |
D | skia_util.h | 53 int end_point,
|
D | skia_util.cc | 90 int end_point, in CreateGradientShader() argument 96 grad_points[1].iset(0, end_point); in CreateGradientShader()
|
/external/chromium_org/content/browser/devtools/ |
D | tethering_handler.cc | 193 net::IPEndPoint end_point(ip_number, port); in Listen() local 194 int result = socket_->Listen(end_point, kListenBacklog); in Listen()
|
/external/chromium_org/third_party/ots/src/ |
D | woff2.cc | 610 int end_point = -1; in ReconstructGlyf() local 612 end_point += n_points_vec.at(contour_ix); in ReconstructGlyf() 613 if (end_point >= 65536) { in ReconstructGlyf() 616 offset = Store16(glyf_dst, offset, end_point); in ReconstructGlyf()
|
/external/chromium_org/ui/views/controls/textfield/ |
D | native_textfield_views_unittest.cc | 848 gfx::Point end_point(kEnd, 0); in TEST_F() local 851 ui::MouseEvent click_b(ui::ET_MOUSE_PRESSED, end_point, end_point, in TEST_F() 855 ui::MouseEvent drag_right(ui::ET_MOUSE_DRAGGED, end_point, end_point, in TEST_F() 857 ui::MouseEvent release(ui::ET_MOUSE_RELEASED, end_point, end_point, in TEST_F()
|
/external/chromium_org/ash/wm/caption_buttons/ |
D | frame_maximize_button_unittest.cc | 349 gfx::Point end_point = gfx::Point(work_area.width(), start_point.y()); in TEST_F() local 358 end_point, in TEST_F() 373 generator.MoveMouseTo(end_point, 10); in TEST_F()
|
/external/chromium_org/ui/views/widget/ |
D | widget_unittest.cc | 1356 gfx::Point end_point(screen_bounds.CenterPoint()); in GenerateMouseEvents() local 1357 end_point.Offset(1, 1); in GenerateMouseEvents() 1358 ui::MouseEvent drag_event(ui::ET_MOUSE_DRAGGED, end_point, end_point, 0); in GenerateMouseEvents() 1363 ui::MouseEvent release_event(ui::ET_MOUSE_RELEASED, end_point, end_point, 0); in GenerateMouseEvents()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_win.cc | 2305 const SkPoint end_point = { in DrawSlashForInsecureScheme() local 2326 end_point.fX, end_point.fY, paint); in DrawSlashForInsecureScheme() 2335 end_point.fX, end_point.fY, paint); in DrawSlashForInsecureScheme()
|
/external/chromium_org/third_party/freetype/src/truetype/ |
D | ttinterp.c | 7266 FT_UInt end_point; /* end point (last+1) of contour */ in Ins_IUP() local 7312 end_point = CUR.pts.contours[contour] - CUR.pts.first_point; in Ins_IUP() 7315 if ( BOUNDS ( end_point, CUR.pts.n_points ) ) in Ins_IUP() 7316 end_point = CUR.pts.n_points - 1; in Ins_IUP() 7318 while ( point <= end_point && ( CUR.pts.tags[point] & mask ) == 0 ) in Ins_IUP() 7321 if ( point <= end_point ) in Ins_IUP() 7328 while ( point <= end_point ) in Ins_IUP() 7344 _iup_worker_shift( &V, first_point, end_point, cur_touched ); in Ins_IUP() 7349 end_point, in Ins_IUP()
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 7266 FT_UInt end_point; /* end point (last+1) of contour */ in Ins_IUP() local 7312 end_point = CUR.pts.contours[contour] - CUR.pts.first_point; in Ins_IUP() 7315 if ( BOUNDS ( end_point, CUR.pts.n_points ) ) in Ins_IUP() 7316 end_point = CUR.pts.n_points - 1; in Ins_IUP() 7318 while ( point <= end_point && ( CUR.pts.tags[point] & mask ) == 0 ) in Ins_IUP() 7321 if ( point <= end_point ) in Ins_IUP() 7328 while ( point <= end_point ) in Ins_IUP() 7344 _iup_worker_shift( &V, first_point, end_point, cur_touched ); in Ins_IUP() 7349 end_point, in Ins_IUP()
|