Searched refs:position (Results 501 - 525 of 1122) sorted by relevance

<<21222324252627282930>>

/external/open-vcdiff/src/
H A Dheaderparser_test.cc104 for (int position = 0; position < kTestSize; ++position) {
105 VerifyByte(byte_values[position]);
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFilePlayer.c126 SInt64 position = frame * 2352; local
129 afp->mAudioFileManager->SetPosition (afp->mAudioFileManager, position);
140 SInt64 position = frame * 2352; local
142 afp->mAudioFileManager->SetEndOfFile (afp->mAudioFileManager, position);
H A DSDL_syscdrom.c46 static CDstatus SDL_SYS_CDStatus (SDL_CD *cdrom, int *position);
332 static CDstatus SDL_SYS_CDStatus (SDL_CD *cdrom, int *position) argument
334 if (position) {
341 *position = cdrom->track[currentTrack].offset + trackFrame;
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionVolume.java25 * some origin); when used with game objects the position of the parent object must be passed to
55 public abstract boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, argument
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DListActivityTest.java35 protected void onListItemClick(ListView l, View v, int position, long id) {
H A DViewPagerTest.java65 public void onPageSelected(int position) { argument
/external/skia/include/core/
H A DSkPathMeasure.h40 the corresponding position and tangent.
42 position and tangent are unchanged.
44 bool SK_WARN_UNUSED_RESULT getPosTan(SkScalar distance, SkPoint* position,
/external/skia/legacy/include/core/
H A DSkPathMeasure.h40 the corresponding position and tangent.
42 position and tangent are unchanged.
44 bool getPosTan(SkScalar distance, SkPoint* position, SkVector* tangent);
/external/v8/src/
H A Dunicode-inl.h222 void InputBuffer<R, I, s>::Reset(unsigned position, I input) { argument
226 offset_ = position;
236 void InputBuffer<R, I, s>::Seek(unsigned position) { argument
237 offset_ = position;
/external/webkit/Source/WebCore/css/
H A Dview-source.css57 position: absolute;
155 position: relative;
/external/webkit/Source/WebCore/platform/audio/mac/
H A DAudioFileReaderMac.cpp111 OSStatus AudioFileReader::readProc(void* clientData, SInt64 position, UInt32 requestCount, void* buffer, UInt32* actualCount) argument
119 if (static_cast<UInt64>(position) < dataSize) {
120 size_t bytesAvailable = dataSize - static_cast<size_t>(position);
122 memcpy(buffer, static_cast<const char*>(data) + position, bytesToRead);
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h103 int offsetForPosition(const TextRun&, float position, bool includePartialGlyphs) const;
165 int offsetForPositionForTextUsingSVGFont(const TextRun&, float position, bool includePartialGlyphs) const;
184 int offsetForPositionForSimpleText(const TextRun&, float position, bool includePartialGlyphs) const;
199 int offsetForPositionForComplexText(const TextRun&, float position, bool includePartialGlyphs) const;
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageSourceCG.cpp51 size_t sharedBufferGetBytesAtPosition(void* info, void* buffer, off_t position, size_t count) argument
55 if (position >= sourceSize)
58 const char* source = sharedBuffer->data() + position;
59 size_t amount = min<size_t>(count, sourceSize - position);
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DPointLightSource.cpp85 ts << "[position=\"" << position() << "\"]";
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DGStreamerGWorld.cpp143 gint64 position; local
144 if (!gst_element_query_position(m_pipeline, &format, &position))
145 position = 0;
151 GstEvent* event = gst_event_new_new_segment(FALSE, rate, format, startValue, stopValue, position);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTPixelBuffer.h93 static size_t dataProviderGetBytesAtPositionCallback(void* refcon, void* buffer, size_t position, size_t count);
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInlineText.h37 bool characterStartsNewTextChunk(int position) const;
H A DSVGTextLayoutAttributes.h37 void appendValuesFromPosition(const PositioningLists&, unsigned position);
/external/webkit/Source/WebCore/xml/
H A DXPathExpression.cpp72 evaluationContext.position = 1;
H A DXPathExpressionNode.h47 unsigned long position; member in struct:WebCore::XPath::EvaluationContext
/external/webkit/Source/WebKit/chromium/public/
H A DWebPlugin.h102 // If the given position is over a link, returns the absolute url.
104 virtual WebURL linkAtPosition(const WebPoint& position) const { return WebURL(); }
/external/webkit/Source/WebKit/chromium/src/
H A DWebScrollbarImpl.h54 virtual void setValue(int position);
H A DWorkerAsyncFileWriterChromium.h73 virtual void write(long long position, Blob* data);
H A DWorkerFileWriterCallbacksBridge.cpp60 void WorkerFileWriterCallbacksBridge::postWriteToMainThread(long long position, const KURL& data) argument
64 dispatchTaskToMainThread(createCallbackTask(&writeOnMainThread, this, position, data));
87 void WorkerFileWriterCallbacksBridge::writeOnMainThread(ScriptExecutionContext*, PassRefPtr<WorkerFileWriterCallbacksBridge> bridge, long long position, const KURL& data) argument
89 bridge->m_writer->write(position, WebURL(data));
/external/webkit/Source/WebKit2/Shared/
H A DWebEventConversion.cpp68 m_position = webEvent.position();
102 m_position = webEvent.position();
188 m_position = webEvent.position();
228 m_pos = webTouchPoint.position();

Completed in 556 milliseconds

<<21222324252627282930>>