HomeSort by relevance Sort by last modified time
    Searched refs:SkScalerContextRec (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkFontHost.h 17 struct SkScalerContextRec;
SkTypeface.h 19 struct SkScalerContextRec;
292 void filterRec(SkScalerContextRec* rec) const {
313 virtual void onFilterRec(SkScalerContextRec*) const = 0;
  /external/skia/include/core/
SkFontHost.h 17 struct SkScalerContextRec;
SkTypeface.h 19 struct SkScalerContextRec;
292 void filterRec(SkScalerContextRec* rec) const {
313 virtual void onFilterRec(SkScalerContextRec*) const = 0;
  /external/chromium_org/third_party/skia/src/fonts/
SkGScalerContext.h 24 virtual void onFilterRec(SkScalerContextRec*) const SK_OVERRIDE;
SkGScalerContext.cpp 177 void SkGTypeface::onFilterRec(SkScalerContextRec* rec) const {
  /external/skia/src/fonts/
SkGScalerContext.h 24 virtual void onFilterRec(SkScalerContextRec*) const SK_OVERRIDE;
SkGScalerContext.cpp 177 void SkGTypeface::onFilterRec(SkScalerContextRec* rec) const {
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.h 31 struct SkScalerContextRec {
117 typedef SkScalerContextRec Rec;
334 SkPaint::Hinting SkScalerContextRec::getHinting() const {
340 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) {
SkTypeface.cpp 45 virtual void onFilterRec(SkScalerContextRec*) const SK_OVERRIDE { }
SkScalerContext.cpp 912 void SkScalerContextRec::getMatrixFrom2x2(SkMatrix* dst) const {
918 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const {
922 void SkScalerContextRec::getSingleMatrix(SkMatrix* m) const {
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.h 57 virtual void onFilterRec(SkScalerContextRec*) const SK_OVERRIDE;
SkFontHost_mac.cpp 462 virtual void onFilterRec(SkScalerContextRec*) const SK_OVERRIDE;
    [all...]
SkFontHost_win.cpp 265 virtual void onFilterRec(SkScalerContextRec*) const SK_OVERRIDE;
    [all...]
SkFontHost_FreeType.cpp 706 void SkTypeface_FreeType::onFilterRec(SkScalerContextRec* rec) const {
    [all...]
SkFontHost_win_dw.cpp 566 virtual void onFilterRec(SkScalerContextRec*) const SK_OVERRIDE;
    [all...]
  /external/skia/src/core/
SkScalerContext.h 31 struct SkScalerContextRec {
117 typedef SkScalerContextRec Rec;
334 SkPaint::Hinting SkScalerContextRec::getHinting() const {
340 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) {
SkTypeface.cpp 45 virtual void onFilterRec(SkScalerContextRec*) const SK_OVERRIDE { }
SkScalerContext.cpp 912 void SkScalerContextRec::getMatrixFrom2x2(SkMatrix* dst) const {
918 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const {
922 void SkScalerContextRec::getSingleMatrix(SkMatrix* m) const {
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 57 virtual void onFilterRec(SkScalerContextRec*) const SK_OVERRIDE;
SkFontHost_mac.cpp 462 virtual void onFilterRec(SkScalerContextRec*) const SK_OVERRIDE;
    [all...]
SkFontHost_win.cpp 265 virtual void onFilterRec(SkScalerContextRec*) const SK_OVERRIDE;
    [all...]
SkFontHost_FreeType.cpp 708 void SkTypeface_FreeType::onFilterRec(SkScalerContextRec* rec) const {
    [all...]
SkFontHost_win_dw.cpp 566 virtual void onFilterRec(SkScalerContextRec*) const SK_OVERRIDE;
    [all...]

Completed in 132 milliseconds