HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 1326 - 1350 of 12288) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCueGeneric.cpp 60 TextTrackCueGeneric* cue = static_cast<TextTrackCueGeneric*>(getCue());
62 float size = static_cast<float>(cue->getCSSSize());
67 setInlineStyleProperty(CSSPropertyLeft, static_cast<float>(cue->position()), CSSPrimitiveValue::CSS_PERCENTAGE);
68 setInlineStyleProperty(CSSPropertyTop, static_cast<float>(cue->line()), CSSPrimitiveValue::CSS_PERCENTAGE);
150 const TextTrackCueGeneric* other = static_cast<const TextTrackCueGeneric*>(&cue);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarThemeClientImpl.cpp 115 return static_cast<WebCore::ScrollbarOverlayStyle>(m_scrollbar->scrollbarOverlayStyle());
153 return static_cast<WebCore::ScrollbarOrientation>(m_scrollbar->orientation());
183 return static_cast<WebCore::ScrollbarControlSize>(m_scrollbar->controlSize());
188 return static_cast<WebCore::ScrollbarPart>(m_scrollbar->pressedPart());
193 return static_cast<WebCore::ScrollbarPart>(m_scrollbar->hoveredPart());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperation.cpp 42 const BasicColorMatrixFilterOperation* fromOp = static_cast<const BasicColorMatrixFilterOperation*>(from);
70 const BasicComponentTransferFilterOperation* fromOp = static_cast<const BasicComponentTransferFilterOperation*>(from);
103 const GammaFilterOperation* fromOp = static_cast<const GammaFilterOperation*>(from);
123 const BlurFilterOperation* fromOp = static_cast<const BlurFilterOperation*>(from);
140 const DropShadowFilterOperation* fromOp = static_cast<const DropShadowFilterOperation*>(from);
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-encoders/skia/
JPEGImageEncoder.cpp 53 JPEGOutputBuffer* out = static_cast<JPEGOutputBuffer*>(cinfo->dest);
62 JPEGOutputBuffer* out = static_cast<JPEGOutputBuffer*>(cinfo->dest);
71 JPEGOutputBuffer* out = static_cast<JPEGOutputBuffer*>(cinfo->dest);
78 jmp_buf* jumpBufferPtr = static_cast<jmp_buf*>(common->client_data);
194 return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char *>(bitmap.getPixels()), true, quality, output);
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/cf/
StringImplCF.cpp 64 StringImpl** header = static_cast<StringImpl**>(fastMalloc(sizeof(StringImpl*) + size));
72 StringImpl** header = static_cast<StringImpl**>(pointer) - 1;
74 header = static_cast<StringImpl**>(fastRealloc(header, newAllocationSize));
80 StringImpl** header = static_cast<StringImpl**>(headerPointer);
89 StringImpl** header = static_cast<StringImpl**>(pointer) - 1;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGPathData.cpp 40 SVGCircleElement* circle = static_cast<SVGCircleElement*>(element);
51 SVGEllipseElement* ellipse = static_cast<SVGEllipseElement*>(element);
66 SVGLineElement* line = static_cast<SVGLineElement*>(element);
81 SVGPolygonElement* polygon = static_cast<SVGPolygonElement*>(element);
99 SVGPolylineElement* polyline = static_cast<SVGPolylineElement*>(element);
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockSpellCheck.cpp 88 int maxWordLength = static_cast<int>(stringText.length()) - wordOffset;
98 wordLength = static_cast<int>(m_misspelledWords.at(i).length()) > maxWordLength ? maxWordLength : static_cast<int>(m_misspelledWords.at(i).length());
100 if (word == m_misspelledWords.at(i) && (static_cast<int>(stringText.length()) == wordOffset + wordLength || isNotASCIIAlpha(stringText[wordOffset + wordLength]))) {
112 wordLength = static_cast<int>(stringText.length()) - wordOffset;
  /external/chromium_org/third_party/WebKit/Source/wtf/
BitVector.h 116 return !!(bits()[bit / bitsInPointer()] & (static_cast<uintptr_t>(1) << (bit & (bitsInPointer() - 1))));
122 bits()[bit / bitsInPointer()] |= (static_cast<uintptr_t>(1) << (bit & (bitsInPointer() - 1)));
128 bits()[bit / bitsInPointer()] &= ~(static_cast<uintptr_t>(1) << (bit & (bitsInPointer() - 1)));
193 ASSERT(!(bits & (static_cast<uintptr_t>(1) << maxInlineBits())));
194 return bits | (static_cast<uintptr_t>(1) << maxInlineBits());
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
ASCIIFastPath.h 114 destination[i] = static_cast<LChar>(source[i]);
135 destination[i] = static_cast<LChar>(source[i]);
145 *destination++ = static_cast<LChar>(*source++);
160 *destination++ = static_cast<LChar>(*source++);
164 destination[i] = static_cast<LChar>(source[i]);
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32.h 48 #define TokenIntegrityLevel static_cast<TOKEN_INFORMATION_CLASS>(0x19)
69 int len16 = ::MultiByteToWideChar(CP_UTF8, 0, utf8, static_cast<int>(len),
72 ::MultiByteToWideChar(CP_UTF8, 0, utf8, static_cast<int>(len), ws, len16);
81 int len8 = ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len),
84 ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len), ns, len8,
  /external/chromium_org/third_party/skia/include/core/
SkColor.h 40 static_cast<SkColor>( \
41 (static_cast<U8CPU>(a) << 24) | \
42 (static_cast<U8CPU>(r) << 16) | \
43 (static_cast<U8CPU>(g) << 8) | \
44 (static_cast<U8CPU>(b) << 0))
  /external/chromium_org/third_party/skia/src/utils/win/
SkIStream.cpp 32 *ppvObject = static_cast<IStream*>(this);
131 *pcbRead = static_cast<ULONG>(this->fSkStream->read(pv, cb));
156 static_cast<size_t>(liDistanceToMove.QuadPart)
167 static_cast<size_t>(liDistanceToMove.QuadPart)
181 size_t skipped = this->fSkStream->skip(static_cast<size_t>(skip));
  /external/chromium_org/tools/traceline/traceline/
sym_resolver.h 85 dlls_[static_cast<int>(bases[i])] = filename;
119 if (!::SymFromAddr(proc_, static_cast<DWORD64>(ptr), NULL, &info.info)) {
124 int addr = static_cast<int>(info.info.Address);
125 int base = static_cast<int>(info.info.ModBase);
143 proc_, static_cast<DWORD64>(ptr), &disp, &line)) {
  /external/chromium_org/v8/src/
conversions.h 66 return static_cast<int>(x);
75 return static_cast<int>(x);
85 return static_cast<double>(x);
93 return static_cast<double>(x);
107 return static_cast<uint32_t>(DoubleToInt32(x));
  /external/chromium_org/v8/test/cctest/
test-hashmap.cc 79 CHECK_EQ(map_.occupancy(), static_cast<double>(count));
135 CHECK_EQ(i, static_cast<double>(set.occupancy()));
139 CHECK_EQ(n, static_cast<double>(set.occupancy()));
147 CHECK_EQ(n, static_cast<double>(set.occupancy()));
152 CHECK_EQ(n - i, static_cast<double>(set.occupancy()));
  /external/chromium_org/webkit/renderer/
cpp_variant.cc 160 static_cast<uint32_t>(strlen(new_value))};
168 static_cast<uint32_t>(new_value.size())};
193 return static_cast<int32_t>(value.doubleValue);
202 return static_cast<double>(value.intValue);
228 length = static_cast<int>(NPVARIANT_TO_DOUBLE(length_value));
  /external/clang/include/clang/AST/
Redeclarable.h 62 Redeclarable() : RedeclLink(LatestDeclLink(static_cast<decl_type*>(this))) { }
73 static_cast<const decl_type*>(this))->getPreviousDecl();
79 decl_type *D = static_cast<decl_type*>(this);
88 const decl_type *D = static_cast<const decl_type*>(this);
170 static_cast<const decl_type*>(this)));
  /external/llvm/lib/Support/
Mutex.cpp 49 static_cast<pthread_mutex_t*>(malloc(sizeof(pthread_mutex_t)));
84 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_);
93 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_);
103 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_);
113 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_);
  /external/open-vcdiff/src/
testing.h 109 usecs_per_count_ = 1000000.0 / static_cast<double>(frequency.QuadPart);
132 double count_diff = static_cast<double>(
135 static_cast<int64_t>(count_diff * usecs_per_count_);
169 value = (value * (static_cast<uint64_t>(RAND_MAX) + 1)) + rand();
175 return static_cast<IntType>(limit * scaled_value);
  /external/skia/include/core/
SkColor.h 40 static_cast<SkColor>( \
41 (static_cast<U8CPU>(a) << 24) | \
42 (static_cast<U8CPU>(r) << 16) | \
43 (static_cast<U8CPU>(g) << 8) | \
44 (static_cast<U8CPU>(b) << 0))
  /external/skia/src/utils/win/
SkIStream.cpp 32 *ppvObject = static_cast<IStream*>(this);
131 *pcbRead = static_cast<ULONG>(this->fSkStream->read(pv, cb));
156 static_cast<size_t>(liDistanceToMove.QuadPart)
167 static_cast<size_t>(liDistanceToMove.QuadPart)
181 size_t skipped = this->fSkStream->skip(static_cast<size_t>(skip));
  /external/v8/src/
conversions.h 65 // The static_cast convertion from double to int used to be slow, but
67 return static_cast<int>(x);
77 return static_cast<double>(x);
85 return static_cast<double>(x);
99 return static_cast<uint32_t>(DoubleToInt32(x));
  /external/v8/test/cctest/
test-hashmap.cc 79 CHECK_EQ(map_.occupancy(), static_cast<double>(count));
135 CHECK_EQ(i, static_cast<double>(set.occupancy()));
139 CHECK_EQ(n, static_cast<double>(set.occupancy()));
147 CHECK_EQ(n, static_cast<double>(set.occupancy()));
152 CHECK_EQ(n - i, static_cast<double>(set.occupancy()));
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc 121 return static_cast<const PPB_NaCl_Private*>(
128 return static_cast<const PPB_UMA_Private*>(
219 os_arch = static_cast<NaClOSArch>(os_arch + 1);
221 os_arch = static_cast<NaClOSArch>(os_arch + 2);
313 PLUGIN_PRINTF(("Plugin::Init (instance=%p)\n", static_cast<void*>(this)));
350 static_cast<void*>(wrapper_factory_)));
366 static_cast<void*>(this)));
375 static_cast<void*>(this)));
406 static_cast<void*>(new_service_runtime)));
494 static_cast<float>(NaClGetTimeOfDayMicroseconds() - init_time_
    [all...]
  /art/compiler/dex/
mir_optimization.cc 52 int32_t vB = static_cast<int32_t>(d_insn->vB);
64 SetConstantWide(mir->ssa_rep->defs[0], static_cast<int64_t>(vB));
70 SetConstantWide(mir->ssa_rep->defs[0], static_cast<int64_t>(vB) << 48);
97 constant_values_ = static_cast<int*>(arena_->Alloc(sizeof(int) * GetNumSSARegs(),
173 if (static_cast<int>(mir->dalvikInsn.opcode) == kMirOpPhi) {
268 static_cast<Instruction::Code>(kMirOpFusedCmplFloat);
272 static_cast<Instruction::Code>(kMirOpFusedCmplDouble);
276 static_cast<Instruction::Code>(kMirOpFusedCmpgFloat);
280 static_cast<Instruction::Code>(kMirOpFusedCmpgDouble);
284 static_cast<Instruction::Code>(kMirOpFusedCmpLong)
    [all...]

Completed in 1102 milliseconds

<<51525354555657585960>>