Searched refs:org_a (Results 1 – 3 of 3) sorted by relevance
/external/sqlite/android/ |
D | PhoneNumberUtils.cpp | 281 static bool phone_number_compare_inter(const char* const org_a, const char* const org_b, in phone_number_compare_inter() argument 284 const char* a = org_a; in phone_number_compare_inter() 380 return phone_number_compare_inter(org_a, org_b, false); in phone_number_compare_inter() 388 return phone_number_compare_inter(org_a, org_b, false); in phone_number_compare_inter()
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshalgo.c | 2104 FT_Pos org_a, org_ab, cur_a, cur_ab; in psh_glyph_interpolate_other_points() local 2111 org_a = first->org_u; in psh_glyph_interpolate_other_points() 2113 org_ab = next->org_u - org_a; in psh_glyph_interpolate_other_points() 2118 org_a = next->org_u; in psh_glyph_interpolate_other_points() 2120 org_ab = first->org_u - org_a; in psh_glyph_interpolate_other_points() 2132 org_ac = org_c - org_a; in psh_glyph_interpolate_other_points()
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 1997 FT_Pos org_a, org_ab, cur_a, cur_ab; in psh_glyph_interpolate_other_points() local 2004 org_a = first->org_u; in psh_glyph_interpolate_other_points() 2006 org_ab = next->org_u - org_a; in psh_glyph_interpolate_other_points() 2011 org_a = next->org_u; in psh_glyph_interpolate_other_points() 2013 org_ab = first->org_u - org_a; in psh_glyph_interpolate_other_points() 2025 org_ac = org_c - org_a; in psh_glyph_interpolate_other_points()
|