Searched refs:org_a (Results 1 – 4 of 4) 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 | 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()
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 2091 FT_Pos org_a, org_ab, cur_a, cur_ab; in psh_glyph_interpolate_other_points() local 2098 org_a = first->org_u; in psh_glyph_interpolate_other_points() 2100 org_ab = next->org_u - org_a; in psh_glyph_interpolate_other_points() 2105 org_a = next->org_u; in psh_glyph_interpolate_other_points() 2107 org_ab = first->org_u - org_a; in psh_glyph_interpolate_other_points() 2119 org_ac = org_c - org_a; in psh_glyph_interpolate_other_points()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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()
|