HomeSort by relevance Sort by last modified time
    Searched refs:fontWeight (Results 1 - 25 of 31) sorted by null

1 2

  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 133 void fontWeight(const size_t weight_);
134 size_t fontWeight(void) const;
Image.h 270 void fontWeight(const size_t weight_);
271 size_t fontWeight(void) const;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py 254 fontWeight = 'normal'
256 fontWeight='bold'
260 fontWeight))
769 fontWeight='normal'
771 fontWeight='bold'
775 fontWeight))
    [all...]
configDialog.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py 254 fontWeight = 'normal'
256 fontWeight='bold'
260 fontWeight))
769 fontWeight='normal'
771 fontWeight='bold'
775 fontWeight))
    [all...]
configDialog.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 254 fontWeight = 'normal'
256 fontWeight='bold'
260 fontWeight))
769 fontWeight='normal'
771 fontWeight='bold'
775 fontWeight))
    [all...]
configDialog.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 254 fontWeight = 'normal'
256 fontWeight='bold'
260 fontWeight))
769 fontWeight='normal'
771 fontWeight='bold'
775 fontWeight))
    [all...]
configDialog.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 746 DWRITE_FONT_WEIGHT fontWeight,
819 #define IDWriteFactory_CreateTextFormat(This,fontFamilyName,fontCollection,fontWeight,fontStyle,fontStretch,fontSize,localeName,textFormat) (This)->lpVtbl->CreateTextFormat(This,fontFamilyName,fontCollection,fontWeight,fontStyle,fontStretch,fontSize,localeName,textFormat)
    [all...]
dwrite_1.h 253 DWRITE_FONT_WEIGHT fontWeight,
dwrite_2.h 245 DWRITE_FONT_WEIGHT fontWeight,
  /external/ImageMagick/Magick++/lib/
Options.cpp 348 void Magick::Options::fontWeight(const size_t weight_)
354 size_t Magick::Options::fontWeight(void) const
Image.cpp 898 void Magick::Image::fontWeight(const size_t weight_)
901 options()->fontWeight(weight_);
904 size_t Magick::Image::fontWeight(void) const
906 return(constOptions()->fontWeight());
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 542 Property fontWeight = new Property(
544 builder.put("font-weight", fontWeight);
    [all...]
  /external/python/cpython2/Lib/idlelib/
configDialog.py     [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /sdk/templates/docs/
jquery-1.8.0.min.js     [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
jquery-1.6.2.min.js     [all...]
  /external/slf4j/slf4j-site/src/site/pages/js/
jquery-min.js     [all...]
  /external/testng/src/main/resources/
jquery-1.7.1.min.js     [all...]
  /external/libjpeg-turbo/doc/html/
jquery.js     [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/linux-x86_64/kythe/web/ui/js/
main.js 18 !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;"undefined"!=typeof window?t=window:"undefined"!=typeof global?t=global:"undefined"!=typeof self&&(t=self),t.React=e()}}(function(){return function e(t,n,r){function o(a,s){if(!n[a]){if(!t[a]){var u="function"==typeof require&&require;if(!s&&u)return u(a,!0);if(i)return i(a,!0);throw new Error("Cannot find module '"+a+"'")}var c=n[a]={exports:{}};t[a][0].call(c.exports,function(e){var n=t[a][1][e];return o(n?n:e)},c,c.exports,e,t,n,r)}return n[a].exports}for(var i="function"==typeof require&&require,a=0;a<r.length;a++)o(r[a]);return o}({1:[function(e,t){"use strict";var n=e("./focusNode"),r={componentDidMount:function(){this.props.autoFocus&&n(this.getDOMNode())}};t.exports=r},{"./focusNode":104}],2:[function(e,t){"use strict";function n(){var e=window.opera;return"object"==typeof e&&"function"==typeof e.version&&parseInt(e.version(),10)<=12}function r(e){return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey)}var o=e("./EventConstants"),i=e("./EventPropagators"),a=e("./ExecutionEnvironment"),s=e("./SyntheticInputEvent"),u=e("./keyOf"),c=a.canUseDOM&&"TextEvent"in window&&!("documentMode"in document||n()),l=32,p=String.fromCharCode(l),d=o.topLevelTypes,f={beforeInput:{phasedRegistrationNames:{bubbled:u({onBeforeInput:null}),captured:u({onBeforeInputCapture:null})},dependencies:[d.topCompositionEnd,d.topKeyPress,d.topTextInput,d.topPaste]}},h=null,v={eventTypes:f,extractEvents:function(e,t,n,o){var a;if(c)switch(e){case d.topKeyPress:var u=o.which;if(u!==l)return;a=String.fromCharCode(u);break;case d.topTextInput:if(a=o.data,a===p)return;break;default:return}else{switch(e){case d.topPaste:h=null;break;case d.topKeyPress:o.which&&!r(o)&&(h=String.fromCharCode(o.which));break;case d.topCompositionEnd:h=o.data}if(null===h)return;a=h}if(a){var v=s.getPooled(f.beforeInput,n,o);return v.data=a,h=null,i.accumulateTwoPhaseDispatches(v),v}}};t.exports=v},{"./EventConstants":15,"./EventPropagators":20,"./ExecutionEnvironment":21,"./SyntheticInputEvent":84,"./keyOf":125}],3:[function(e,t){"use strict";function n(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}var r={columnCount:!0,fillOpacity:!0,flex:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},o=["Webkit","ms","Moz","O"];Object.keys(r).forEach(function(e){o.forEach(function(t){r[n(t,e)]=r[e]})});var i={background:{backgroundImage:!0,backgroundPosition:!0,backgroundRepeat:!0,backgroundColor:!0},border:{borderWidth:!0,borderStyle:!0,borderColor:!0},borderBottom:{borderBottomWidth:!0,borderBottomStyle:!0,borderBottomColor:!0},borderLeft:{borderLeftWidth:!0,borderLeftStyle:!0,borderLeftColor:!0},borderRight:{borderRightWidth:!0,borderRightStyle:!0,borderRightColor:!0},borderTop:{borderTopWidth:!0,borderTopStyle:!0,borderTopColor:!0},font:{fontStyle:!0,fontVariant:!0,fontWeight:!0,fontSize:!0,lineHeight:!0,fontFamily:!0}},a={isUnitlessNumber:r,shorthandPropertyExpansions:i}; (…)
    [all...]

Completed in 523 milliseconds

1 2