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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntRectExtent.h 37 class IntRectExtent {
39 IntRectExtent()
47 IntRectExtent(int top, int right, int bottom, int left)
85 inline bool operator==(const IntRectExtent& a, const IntRectExtent& b)
93 inline bool operator!=(const IntRectExtent& a, const IntRectExtent& b)
98 inline void operator+=(IntRectExtent& a, const IntRectExtent& b)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperations.h 30 #include "platform/geometry/IntRectExtent.h"
37 typedef IntRectExtent FilterOutsets;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.h 31 #include "platform/geometry/IntRectExtent.h"
117 IntRectExtent m_outsets;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 140 float floatWidthForSimpleText(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, IntRectExtent* glyphBounds = 0) const;
150 float floatWidthForComplexText(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts, IntRectExtent* glyphBounds) const;
WidthCache.h 29 #include "platform/geometry/IntRectExtent.h"
48 IntRectExtent glyphBounds;
Font.cpp 140 static inline void updateGlyphOverflowFromBounds(const IntRectExtent& glyphBounds,
179 IntRectExtent glyphBounds;
768 float Font::floatWidthForSimpleText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, IntRectExtent* glyphBounds) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 210 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */, IntRectExtent* glyphBounds) const
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontComplexTextMac.cpp 131 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, IntRectExtent* glyphBounds) const

Completed in 114 milliseconds