Searched refs:fontWeight (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Options.h | 133 void fontWeight(const size_t weight_); 134 size_t fontWeight(void) const;
|
D | Image.h | 267 void fontWeight(const size_t weight_); 268 size_t fontWeight(void) const;
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssSchema.java | 542 Property fontWeight = new Property( 544 builder.put("font-weight", fontWeight);
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 352 void Magick::Options::fontWeight(const size_t weight_) in fontWeight() function in Magick::Options 358 size_t Magick::Options::fontWeight(void) const in fontWeight() function in Magick::Options
|
D | Image.cpp | 894 void Magick::Image::fontWeight(const size_t weight_) in fontWeight() function in Magick::Image 897 options()->fontWeight(weight_); in fontWeight() 900 size_t Magick::Image::fontWeight(void) const in fontWeight() function in Magick::Image 902 return(constOptions()->fontWeight()); in fontWeight()
|
/external/python/cpython2/Lib/idlelib/ |
D | configDialog.py | 895 fontWeight = tkFont.BOLD if self.fontBold.get() else tkFont.NORMAL 896 newFont = (fontName, self.fontSize.get(), fontWeight)
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
D | jquery-2.1.3.min.js | 3 …fontWeight:"400"},Eb=["Webkit","O","Moz","ms"];function Fb(a,b){if(b in a)return b;var c=b[0].toUp… property
|
/external/autotest/client/site_tests/video_VimeoVideo/ |
D | jquery-2.1.3.min.js | 3 …fontWeight:"400"},Eb=["Webkit","O","Moz","ms"];function Fb(a,b){if(b in a)return b;var c=b[0].toUp… property
|