OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkFontStyle
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/ports/
SkFontStyle.h
13
class SK_API
SkFontStyle
{
44
SkFontStyle
();
45
SkFontStyle
(int weight, int width, Slant);
47
bool operator==(const
SkFontStyle
& rhs) const {
/external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp
54
#include "
SkFontStyle
.h"
56
SkFontStyle
::
SkFontStyle
() {
63
SkFontStyle
::
SkFontStyle
(int weight, int width, Slant slant) {
75
virtual void getStyle(int,
SkFontStyle
*, SkString*) SK_OVERRIDE {
82
virtual SkTypeface* matchStyle(const
SkFontStyle
&) SK_OVERRIDE {
110
const
SkFontStyle
&) SK_OVERRIDE {
114
const
SkFontStyle
&) SK_OVERRIDE {
155
const
SkFontStyle
& fs)
[
all
...]
/external/skia/include/ports/
SkFontStyle.h
13
class SK_API
SkFontStyle
{
44
SkFontStyle
();
45
SkFontStyle
(int weight, int width, Slant);
47
bool operator==(const
SkFontStyle
& rhs) const {
/external/skia/src/core/
SkFontHost.cpp
54
#include "
SkFontStyle
.h"
56
SkFontStyle
::
SkFontStyle
() {
63
SkFontStyle
::
SkFontStyle
(int weight, int width, Slant slant) {
75
virtual void getStyle(int,
SkFontStyle
*, SkString*) SK_OVERRIDE {
82
virtual SkTypeface* matchStyle(const
SkFontStyle
&) SK_OVERRIDE {
110
const
SkFontStyle
&) SK_OVERRIDE {
114
const
SkFontStyle
&) SK_OVERRIDE {
155
const
SkFontStyle
& fs)
[
all
...]
Completed in 40 milliseconds