Searched defs:Fixed (Results 1 - 11 of 11) sorted by relevance

/external/sfntly/cpp/src/sfntly/math/
H A Dfixed1616.h34 static inline int32_t Fixed(int32_t integral, int32_t fractional) { function in class:sfntly::Fixed1616
/external/chromium_org/skia/ext/
H A Dconvolver.h45 typedef short Fixed; typedef in class:skia::ConvolutionFilter1D
54 static Fixed FloatToFixed(float f) {
55 return static_cast<Fixed>(f * (1 << kShiftBits));
57 static unsigned char FixedToChar(Fixed x) {
60 static float FixedToFloat(Fixed x) {
61 // The cast relies on Fixed being a short, implying that on
64 COMPILE_ASSERT(sizeof(Fixed) == 2, fixed_type_should_fit_in_float_mantissa);
94 const Fixed* filter_values,
102 inline const Fixed* FilterForValue(int value_offset,
122 SK_API const Fixed* GetSingleFilte
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
H A DOpenTypeTypes.h62 typedef UInt32 Fixed; typedef in namespace:WebCore::OpenType
H A DOpenTypeUtilities.cpp73 // Fixed type is not defined on non-CG and Windows platforms. |version| in sfntHeader
74 // and headTable and |fontRevision| in headTable are of Fixed, but they're
76 // the size (4 bytes). For the definition of Fixed type, see
78 typedef int32_t Fixed; typedef in namespace:WebCore
81 Fixed version;
126 Fixed version;
127 Fixed fontRevision;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlMultiLine.cpp103 placeholderBox->style()->setLogicalWidth(Length(contentLogicalWidth() - placeholderBox->borderAndPaddingLogicalWidth(), Fixed)); local
/external/jmonkeyengine/engine/src/android/jme3tools/android/
H A DFixed.java6 * Fixed point maths class. This can be tailored for specific needs by
21 public final class Fixed { class
28 * Decimal one as represented by the Fixed class.
159 * Fixed can't be instantiated.
161 private Fixed() { method in class:Fixed
326 * Fixed point square root.
/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h92 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator in enum:llvm::BitCodeAbbrevOp::Encoding
119 case Fixed:
/external/llvm/lib/CodeGen/
H A DInterferenceCache.h74 /// Fixed interference in RegUnit.
75 LiveInterval *Fixed; member in struct:llvm::InterferenceCache::Entry::RegUnitInfo
80 RegUnitInfo(LiveIntervalUnion &LIU) : VirtTag(LIU.getTag()), Fixed(0) {
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DLength.h38 Auto, Relative, Percent, Fixed, enumerator in enum:WebCore::LengthType
167 setValue(Fixed, value);
186 *this = Length(value, Fixed);
223 bool isFixed() const { return type() == Fixed; }
227 bool isSpecified() const { return type() == Fixed || type() == Percent || type() == Calculated || isViewportPercentage(); }
/external/chromium/base/
H A Dmime_util_xdg.cc95 Fixed, enumerator in enum:__anon1735::IconTheme::SubDirInfo::Type
299 if (value == "Fixed")
300 current_info->type = SubDirInfo::Fixed;
327 if (info->type == SubDirInfo::Fixed) {
/external/chromium_org/base/nix/
H A Dmime_util_xdg.cc96 Fixed, enumerator in enum:base::nix::__anon3836::IconTheme::SubDirInfo::Type
297 if (value == "Fixed")
298 current_info->type = SubDirInfo::Fixed;
325 if (info->type == SubDirInfo::Fixed) {

Completed in 440 milliseconds