Home
last modified time | relevance | path

Searched refs:Sk (Results 1 – 25 of 117) sorted by relevance

12345

/external/chromium_org/third_party/skia/src/animator/
DSkAnimateSchema.xsd2 xmlns:Sk="urn:screenplay" targetNamespace="urn:screenplay">
731 <xs:attribute name="E" type="Sk:Float"/>
733 <xs:attribute name="LN10" type="Sk:Float"/>
735 <xs:attribute name="LN2" type="Sk:Float"/>
737 <xs:attribute name="LOG10E" type="Sk:Float"/>
739 <xs:attribute name="LOG2E" type="Sk:Float"/>
741 <xs:attribute name="PI" type="Sk:Float"/>
743 <xs:attribute name="SQRT1_2" type="Sk:Float"/>
745 <xs:attribute name="SQRT2" type="Sk:Float"/>
747 <xs:attribute name="abs" type="Sk:Float"/>
[all …]
DSkExtraPathEffects.xsd2 xmlns:Sk="urn:screenplay"
10 <xs:element ref="Sk:dash"/>
20 <xs:element ref="Sk:matrix"/>
21 <xs:element ref="Sk:path"/>
23 <xs:attribute name="addPath" type="Sk:DynamicString" />
24 <xs:attribute name="matrix" type="Sk:DynamicString" />
25 <xs:attribute name="path" type="Sk:Path" />
26 <xs:attribute name="phase" type="Sk:DynamicString"/>
27 <xs:attribute name="spacing" type="Sk:DynamicString"/>
DSkAnimate3DSchema.xsd2 xmlns:Sk="http://www.skia.com/schema/SkAnimateSchema.xsd"
19 <xs:attribute name="hackHeight" type="Sk:Float" />
20 <xs:attribute name="hackWidth" type="Sk:Float" />
32 <xs:attribute name="rotateDegrees" type="Sk:MemberFunction" />
DSkMemberInfo.h155 typedef Sk##_type BASE_CLASS
164 typedef Sk##_type BASE_CLASS
202 typedef Sk##_type BASE_CLASS
222 typedef Sk##_type BASE_CLASS
231 typedef Sk##_type BASE_CLASS
263 typedef Sk##_type BASE_CLASS
/external/skia/src/animator/
DSkAnimateSchema.xsd2 xmlns:Sk="urn:screenplay" targetNamespace="urn:screenplay">
731 <xs:attribute name="E" type="Sk:Float"/>
733 <xs:attribute name="LN10" type="Sk:Float"/>
735 <xs:attribute name="LN2" type="Sk:Float"/>
737 <xs:attribute name="LOG10E" type="Sk:Float"/>
739 <xs:attribute name="LOG2E" type="Sk:Float"/>
741 <xs:attribute name="PI" type="Sk:Float"/>
743 <xs:attribute name="SQRT1_2" type="Sk:Float"/>
745 <xs:attribute name="SQRT2" type="Sk:Float"/>
747 <xs:attribute name="abs" type="Sk:Float"/>
[all …]
DSkExtraPathEffects.xsd2 xmlns:Sk="urn:screenplay"
10 <xs:element ref="Sk:dash"/>
20 <xs:element ref="Sk:matrix"/>
21 <xs:element ref="Sk:path"/>
23 <xs:attribute name="addPath" type="Sk:DynamicString" />
24 <xs:attribute name="matrix" type="Sk:DynamicString" />
25 <xs:attribute name="path" type="Sk:Path" />
26 <xs:attribute name="phase" type="Sk:DynamicString"/>
27 <xs:attribute name="spacing" type="Sk:DynamicString"/>
DSkAnimate3DSchema.xsd2 xmlns:Sk="http://www.skia.com/schema/SkAnimateSchema.xsd"
19 <xs:attribute name="hackHeight" type="Sk:Float" />
20 <xs:attribute name="hackWidth" type="Sk:Float" />
32 <xs:attribute name="rotateDegrees" type="Sk:MemberFunction" />
DSkMemberInfo.h155 typedef Sk##_type BASE_CLASS
164 typedef Sk##_type BASE_CLASS
202 typedef Sk##_type BASE_CLASS
222 typedef Sk##_type BASE_CLASS
231 typedef Sk##_type BASE_CLASS
263 typedef Sk##_type BASE_CLASS
/external/chromium_org/third_party/skia/tools/lua/
Dskia.lua12 Sk = {}
14 function Sk.isFinite(x)
20 Sk.Rect = { left = 0, top = 0, right = 0, bottom = 0 }
21 Sk.Rect.__index = Sk.Rect
23 function Sk.Rect.new(l, t, r, b)
35 setmetatable(rect, Sk.Rect)
39 function Sk.Rect:width()
43 function Sk.Rect:height()
47 function Sk.Rect:isEmpty()
51 function Sk.Rect:isFinite()
[all …]
/external/skia/tools/lua/
Dskia.lua12 Sk = {}
14 function Sk.isFinite(x)
20 Sk.Rect = { left = 0, top = 0, right = 0, bottom = 0 }
21 Sk.Rect.__index = Sk.Rect
23 function Sk.Rect.new(l, t, r, b)
35 setmetatable(rect, Sk.Rect)
39 function Sk.Rect:width()
43 function Sk.Rect:height()
47 function Sk.Rect:isEmpty()
51 function Sk.Rect:isFinite()
[all …]
/external/chromium_org/third_party/skia/src/xml/
DSkJSDisplayable.cpp112 JS_INIT(Sk, Add) in JS_INIT() argument
113 JS_INIT(Sk, AddCircle) in JS_INIT()
114 JS_INIT(Sk, AddOval) in JS_INIT()
115 JS_INIT(Sk, AddPath) in JS_INIT()
116 JS_INIT(Sk, AddRectangle) in JS_INIT()
117 JS_INIT(Sk, AddRoundRect) in JS_INIT()
119 JS_INIT(Sk, Apply) in JS_INIT()
122 JS_INIT(Sk, AnimateField) in JS_INIT()
127 JS_INIT(Sk, BaseBitmap) in JS_INIT()
133 JS_INIT(Sk, CubicTo) in JS_INIT()
[all …]
/external/skia/src/xml/
DSkJSDisplayable.cpp112 JS_INIT(Sk, Add) in JS_INIT() argument
113 JS_INIT(Sk, AddCircle) in JS_INIT()
114 JS_INIT(Sk, AddOval) in JS_INIT()
115 JS_INIT(Sk, AddPath) in JS_INIT()
116 JS_INIT(Sk, AddRectangle) in JS_INIT()
117 JS_INIT(Sk, AddRoundRect) in JS_INIT()
119 JS_INIT(Sk, Apply) in JS_INIT()
122 JS_INIT(Sk, AnimateField) in JS_INIT()
127 JS_INIT(Sk, BaseBitmap) in JS_INIT()
133 JS_INIT(Sk, CubicTo) in JS_INIT()
[all …]
/external/skia/gyp/
Dgpu.gypi230 # Sk files
257 # Sk files
269 # Sk files
276 # Sk files
301 # Sk files
308 # Sk files
/external/chromium_org/third_party/skia/gyp/
Dgpu.gypi230 # Sk files
257 # Sk files
269 # Sk files
276 # Sk files
301 # Sk files
308 # Sk files
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/
D46.txt26 46142|Mjölby-Skänninge-Boxholm
71 46294|Karlholmsbruk-Skärplinge
140 46500|Skövde
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/sv/
D46.txt27 46142|Mjölby-Skänninge-Boxholm
72 46294|Karlholmsbruk-Skärplinge
141 46500|Skövde
/external/chromium_org/third_party/skia/include/core/
DSkImageEncoder.h88 return SkNEW( Sk ## codec ); \
/external/skia/include/core/
DSkImageEncoder.h88 return SkNEW( Sk ## codec ); \
/external/chromium_org/third_party/icu/source/data/curr/
Dur.txt179 "Sk",
Dhi.txt279 "Sk",
/external/chromium_org/third_party/jinja2/
D_stringdefs.py69 Sk = u'^`\xa8\xaf\xb4\xb8\u02c2\u02c3\u02c4\u02c5\u02d2\u02d3\u02d4\u02d5\u02d6\u02d7\u02d8\u02d9\u… variable
/external/icu/icu4c/source/extra/uconv/samples/utf8/
Ddanish.txt5 Skønt H. C. Andersens barndomsomgivelser var meget fattige, blev de i hans rige fantasi
/external/icu/icu4c/source/extra/uconv/samples/
Ddanish-ISO-8859-1.txt5 Sk�nt H. C. Andersens barndomsomgivelser var meget fattige, blev de i hans rige fantasi
Diso8859-1.txt5 Sk�nt H. C. Andersens barndomsomgivelser var meget fattige, blev de i hans rige fantasi
/external/icu/icu4c/source/data/brkitr/
Dtitle.txt8 $CaseIgnorable = [[:Mn:][:Me:][:Cf:][:Lm:][:Sk:] \u0027 \u00AD \u2019];

12345