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

  /external/skia/include/core/
SkTypeface.h 28 struct SkScalerContextRec;
317 void filterRec(SkScalerContextRec* rec) const {
345 virtual void onFilterRec(SkScalerContextRec*) const = 0;
  /external/skia/src/core/
SkScalerContext.h 43 struct SkScalerContextRec {
182 typedef SkScalerContextRec Rec;
370 SkPaint::Hinting SkScalerContextRec::getHinting() const {
376 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) {
SkScalerContext.cpp 675 void SkScalerContextRec::getMatrixFrom2x2(SkMatrix* dst) const {
681 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const {
685 void SkScalerContextRec::getSingleMatrix(SkMatrix* m) const {
694 bool SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA,
SkGlyphCache.cpp 384 const SkScalerContextRec& rec = fScalerContext->getRec();
555 const SkScalerContextRec& rec = cache.getScalerContext()->getRec();
578 const SkScalerContextRec& rec = cache.getScalerContext()->getRec();
SkTypeface.cpp 52 void onFilterRec(SkScalerContextRec*) const override { }
  /external/skia/src/fonts/
SkRandomScalerContext.h 29 void onFilterRec(SkScalerContextRec*) const override;
SkTestScalerContext.h 67 void onFilterRec(SkScalerContextRec* rec) const override;
SkRandomScalerContext.cpp 204 void SkRandomTypeface::onFilterRec(SkScalerContextRec* rec) const {
SkTestScalerContext.cpp 145 void SkTestTypeface::onFilterRec(SkScalerContextRec* rec) const {
  /external/skia/src/ports/
SkTypeface_win_dw.h 24 struct SkScalerContextRec;
106 void onFilterRec(SkScalerContextRec*) const override;
SkFontHost_FreeType_common.h 82 void onFilterRec(SkScalerContextRec*) const override;
SkFontHost_win.cpp 261 void onFilterRec(SkScalerContextRec*) const override;
630 SkScalerContextRec::PreMatrixScale scaleConstraints =
632 ? SkScalerContextRec::kVerticalInteger_PreMatrixScale
633 : SkScalerContextRec::kVertical_PreMatrixScale;
    [all...]
SkFontHost_mac.cpp 527 void onFilterRec(SkScalerContextRec*) const override;
790 bool invertible = fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale,
    [all...]
SkFontHost_FreeType.cpp 654 void SkTypeface_FreeType::onFilterRec(SkScalerContextRec* rec) const {
780 fRec.computeMatrices(SkScalerContextRec::kFull_PreMatrixScale, &fScale, &fMatrix22Scalar);
    [all...]
SkFontMgr_fontconfig.cpp 467 void onFilterRec(SkScalerContextRec* rec) const override {
    [all...]
SkScalerContext_win_dw.cpp 234 fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, &scale, &fSkXform);
    [all...]
  /external/skia/src/gpu/
GrPathRendering.cpp 88 SkScalerContextRec rec;
  /external/skia/tests/
TypefaceTest.cpp 199 void onFilterRec(SkScalerContextRec*) const override { }
FontMgrTest.cpp 135 void onFilterRec(SkScalerContextRec*) const override { }

Completed in 155 milliseconds