Searched refs:jis (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/modules/skottie/src/animator/ |
H A D | ShapeKeyframeAnimator.cpp | 70 const skjson::ArrayValue* jis = (*jshape)["i"]; // in-tangent points in parse_encoding_data() local 104 !parse_optional_point(jis, i, dst + kInX_Index, dst + kInY_Index) || in parse_encoding_data()
|
/third_party/python/Tools/unicode/ |
H A D | genmap_japanese.py | 17 CP932P0_C1 = (0x81, 0x81) # patches between shift-jis and cp932 242 for body, modifier, jis in jisx0213pairencmap: 243 filler.write('{', '0x%04x%04x,' % (body, modifier), '0x%04x' % jis, '},')
|
Completed in 2 milliseconds