Searched +defs:value +defs:face (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSFontFaceSource.h57 void setFontFace(CSSFontFace* face) { m_face = face; } argument
69 void setHasExternalSVGFont(bool value) { m_hasExternalSVGFont = value; } argument
H A DDeprecatedStyleBuilder.cpp106 static inline void applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) argument
117 static void applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) argument
134 static void setValue(RenderStyle* style, SetterType value) { (style->*setterFunction)(value); } argument
135 static GetterType value(RenderStyle* style) { return (style->*getterFunction)(); } function in class:WebCore::ApplyPropertyDefaultBase
146 setValue(RenderStyle* style, SetterType value) argument
147 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
162 setValue(RenderStyle* style, NumberType value) argument
163 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
184 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
196 setValue(RenderStyle* style, T value) argument
197 static T value(RenderStyle* style) { return (style->*getterFunction)(); } function in class:WebCore::ApplyPropertyAuto
211 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
230 convertToLength(StyleResolver* styleResolver, CSSPrimitiveValue* value) argument
250 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
296 applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) argument
326 applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) argument
356 setValue(RenderStyle* style, Length value) argument
357 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
411 setValue(RenderStyle* style, const AtomicString& value) argument
412 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
433 setValue(RenderStyle* style, LengthSize value) argument
434 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
538 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
585 setValue(RenderStyle* style, T value) argument
586 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
647 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
690 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
706 AtomicString face; local
808 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
883 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
936 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1002 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1023 setValue(RenderStyle* style, const NinePieceImage& value) argument
1069 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1095 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1124 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1156 int value = static_cast<CSSPrimitiveValue*>(pair->second())->getIntValue(); local
1183 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1215 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1241 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1260 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1293 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1313 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1346 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1374 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1488 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1573 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1585 CSSPrimitiveValue* value = static_cast<CSSPrimitiveValue*>(item); local
1631 setValue(Animation* animation, T value) argument
1632 static T value(const Animation* animation) { return (animation->*getterFunction)(); } function in class:WebCore::ApplyPropertyAnimation
1636 map(StyleResolver* styleResolver, Animation* animation, CSSValue* value) argument
1669 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1710 applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) argument
1721 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1751 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1789 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1828 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1887 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1909 setValue(RenderStyle* style, PassRefPtr<ClipPathOperation> value) argument
1910 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
1940 setValue(RenderStyle* style, PassRefPtr<ShapeValue> value) argument
1941 applyValue(CSSPropertyID property, StyleResolver* styleResolver, CSSValue* value) argument
1985 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
2037 applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el3632 (define-widget 'face 'symbol function
[all...]
H A Dfont-lock.el[all...]
H A Dapropos.el[all...]
H A Dediff-init.el[all...]
H A Dwid-edit.el[all...]
H A Dps-print.el[all...]
H A Dinfo-look.el[all...]
H A Dcustom.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/harfbuzz/
H A DHarfBuzzFaceCoreText.cpp43 static hb_position_t floatToHarfBuzzPosition(CGFloat value) argument
109 static hb_blob_t* harfBuzzCoreTextGetTable(hb_face_t* face, hb_tag_t tag, void* userData) argument
127 hb_face_t* face = hb_face_create_for_tables(harfBuzzCoreTextGetTable, m_platformData->cgFont(), 0); local
H A DHarfBuzzFaceCairo.cpp73 static hb_position_t floatToHarfBuzzPosition(float value) argument
78 static hb_position_t doubleToHarfBuzzPosition(double value) argument
206 hb_face_t* face = hb_face_create_for_tables(harfBuzzCairoGetTable, m_platformData->scaledFont(), 0); local
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dlisp-mode.el[all...]
H A Dcl-macs.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dantlr-mode.el[all...]
H A Dcc-defs.el[all...]
H A Dsh-script.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dsgml-mode.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dpc-win.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h36 @property(copy) NSString *value; variable
396 @property(copy) NSString *face; variable
415 @property(copy) NSString *value; variable
503 @property(copy) NSString *face; variable
616 @property(copy) NSString *value; variable
633 @property int value; variable
729 @property(copy) NSString *value; variable
748 @property(copy) NSString *value; variable
774 @property(copy) NSString *value; variable
887 @property(copy) NSString *value; variable
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dresrc.c855 const char *device, *face; local
1397 append_verval(struct ver_stringinfo *strings, const char *key, const char *value) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dviper-cmd.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opengl/
H A DGraphicsContext3DOpenGLCommon.cpp847 void GraphicsContext3D::sampleCoverage(GC3Dclampf value, GC3Dboolean invert) argument
878 void GraphicsContext3D::stencilFuncSeparate(GC3Denum face, GC3Denum func, GC3Dint ref, GC3Duint mask) argument
890 void GraphicsContext3D::stencilMaskSeparate(GC3Denum face, GC3Duin argument
902 stencilOpSeparate(GC3Denum face, GC3Denum fail, GC3Denum zfail, GC3Denum zpass) argument
908 texParameterf(GC3Denum target, GC3Denum pname, GC3Dfloat value) argument
914 texParameteri(GC3Denum target, GC3Denum pname, GC3Dint value) argument
1117 getBooleanv(GC3Denum pname, GC3Dboolean* value) argument
1123 getBufferParameteriv(GC3Denum target, GC3Denum pname, GC3Dint* value) argument
1129 getFloatv(GC3Denum pname, GC3Dfloat* value) argument
1135 getFramebufferAttachmentParameteriv(GC3Denum target, GC3Denum attachment, GC3Denum pname, GC3Dint* value) argument
1143 getProgramiv(Platform3DObject program, GC3Denum pname, GC3Dint* value) argument
1166 getRenderbufferParameteriv(GC3Denum target, GC3Denum pname, GC3Dint* value) argument
1172 getShaderiv(Platform3DObject shader, GC3Denum pname, GC3Dint* value) argument
1247 getTexParameterfv(GC3Denum target, GC3Denum pname, GC3Dfloat* value) argument
1253 getTexParameteriv(GC3Denum target, GC3Denum pname, GC3Dint* value) argument
1259 getUniformfv(Platform3DObject program, GC3Dint location, GC3Dfloat* value) argument
1265 getUniformiv(Platform3DObject program, GC3Dint location, GC3Dint* value) argument
1285 getVertexAttribfv(GC3Duint index, GC3Denum pname, GC3Dfloat* value) argument
1291 getVertexAttribiv(GC3Duint index, GC3Denum pname, GC3Dint* value) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-art.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-e.el[all...]

Completed in 267 milliseconds

12