HomeSort by relevance Sort by last modified time
    Searched refs:pos (Results 2976 - 3000 of 4804) sorted by null

<<111112113114115116117118119120>>

  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.cc 374 size_t pos = buffer_frame_index * frame_size_; local
376 DCHECK_GE(capture_buffer_size, pos + num_bytes);
380 memset(&capture_buffer[pos], 0, num_bytes);
383 memcpy(&capture_buffer[pos], data_ptr, num_bytes);
  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 520 const SkScalar pos[],
530 int startX = SkScalarRound(pos[0]);
531 int startY = SkScalarRound(pos[1] + getAscent(paint));
536 advances[i] = SkScalarRound(pos[2] - pos[0]);
537 pos += 2;
562 SkScalar y = (1 == scalarsPerPos) ? constY : pos[1];
564 drawText(draw, curr, bytes, pos[0], y, paint);
566 pos += scalarsPerPos;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp 313 static Element* adjacentEnclosingList(const VisiblePosition& pos, const VisiblePosition& adjacentPos, const QualifiedName& listTag)
320 Node* previousCell = enclosingTableCell(pos.deepEquivalent());
324 || listNode->contains(pos.deepEquivalent().deprecatedNode())
326 || enclosingList(listNode) != enclosingList(pos.deepEquivalent().deprecatedNode()))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.cpp 367 VisiblePosition pos(targetNode()->renderer()->positionForPoint(localPoint()));
368 if (pos.isNull())
371 makeRange(pos, pos).get(), DocumentMarker::MisspellingMarkers()).size() > 0;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.cpp 281 void Scrollbar::moveThumb(int pos, bool draggingDocument)
286 int delta = pos - m_pressedPos;
290 delta = pos - m_documentDragPos;
296 m_documentDragPos = pos;
ScrollbarTheme.cpp 251 float pos = std::max(0.0f, scrollbar->currentPos()) * (trackLength(scrollbar) - thumbLength(scrollbar)) / size; local
252 return (pos < 1 && pos > 0) ? 1 : pos;
  /external/chromium_org/third_party/icu/source/common/
serv.cpp 622 for (int32_t pos = -1;;) {
623 const UHashElement* e = map->nextElement(pos);
668 for (int32_t pos = factories->size(); --pos >= 0;) {
669 ICUServiceFactory* f = (ICUServiceFactory*)factories->elementAt(pos);
763 int32_t pos = -1; local
765 while ((entry = m->nextElement(pos)) != NULL) {
787 /* To ensure that all elements in the hashtable are iterated, set pos to -1.
788 * nextElement(pos) will skip the position at pos and begin the iteratio
791 int32_t pos = -1; local
    [all...]
uloc.c 655 const char* pos = localeID; local
667 while(*pos == ' ') {
668 pos++;
670 if (!*pos) { /* handle trailing "; " */
677 equalSign = uprv_strchr(pos, '=')
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uniset.h 400 * @param pos on input, the position in pattern at which to start parsing.
409 UnicodeSet(const UnicodeString& pattern, ParsePosition& pos,
574 int32_t pos);
614 * character at pattern.charAt(pos.getIndex()) must be '[', or the
626 * The portion of the string from pos.getIndex(), which must be a
628 * @param pos upon entry, the position at which to being parsing.
629 * The character at pattern.charAt(pos.getIndex()) must be a '['.
630 * Upon return from a successful parse, pos.getIndex() is either
644 ParsePosition& pos,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp 644 FieldPosition& /*pos*/) const
676 FieldPosition& pos,
689 appendTo += format(objDouble, buffer, pos);
703 FieldPosition& pos,
706 return NumberFormat::format(obj, appendTo, pos, status);
  /external/chromium_org/third_party/jinja2/
utils.py 491 self.pos = 0
496 return self.items[self.pos]
501 self.pos = (self.pos + 1) % len(self.items)
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlstring.h 121 int pos);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c 222 static unsigned pos(int pos, int mov, int max) { function
223 int ret = pos + mov;
224 if (pos < 0)
226 if (pos >= max)
271 mc_vector |= pos(x, div_down(mv_horizontal, 2), width);
273 mc_vector |= pos(x, mv_horizontal & ~1, width);
275 mc_vector |= pos(y, div_down(mv_vertical, 2), height) << NV17_MPEG_CMD_MV_COORDS_Y__SHIFT;
277 mc_vector |= pos(y, mv_vertical & ~1, height) << NV17_MPEG_CMD_MV_COORDS_Y__SHIFT;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
paint.c 109 VGint pos = 0; local
114 data[pos] = float4_to_argb(ramp_stops + 1);
116 ++pos;
123 while (fpos < ramp_stops[rnext] && pos < size) {
128 data[pos] = mix_pixels(current_color, idist,
131 ++pos;
136 while (pos < size) {
137 data[pos] = last_color;
138 ++pos;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tgsi.c 43 * IN[0] = vertex pos
50 * OUT[0] = vertex pos
60 * IN[0] = pos src | solid fill color
61 * IN[1] = pos mask
62 * IN[2] = pos dst
145 struct ureg_src pos,
159 ureg_MOV(ureg, ureg_writemask(temp0, TGSI_WRITEMASK_XY), pos);
196 struct ureg_src pos,
210 ureg_MOV(ureg, ureg_writemask(temp0, TGSI_WRITEMASK_XY), pos);
322 struct ureg_src pos; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 19 * IN[0] = vertex pos
26 * OUT[0] = vertex pos
36 * IN[0] = pos src | solid fill color
37 * IN[1] = pos mask
38 * IN[2] = pos dst
122 struct ureg_src pos,
138 ureg_writemask(temp0, TGSI_WRITEMASK_XY), pos);
182 struct ureg_src pos,
199 pos);
326 struct ureg_src pos; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip.h 176 struct brw_reg pos );
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 306 int64 pos = output->ByteCount(); local
309 buffer + pos, kBufferSize - pos, kBlockSizes[i]);
314 int64 size = pos + output->ByteCount();
614 int64 pos = output->ByteCount(); local
617 buffer + pos, kBufferSize - pos, kBlockSizes[i]);
625 int64 size = pos + output->ByteCount();
645 << " pos=" << pos
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkLuaCanvas.h 60 const SkPoint pos[], const SkPaint& paint) SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/core/
SkBBoxRecord.h 52 const SkPoint pos[], const SkPaint& paint) SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 876 SkPoint pos = verts[i].fPos; local
878 if (SK_ScalarMax == pos.fX) {
881 drawState->getViewMatrix().mapPoints(&pos, 1);
883 actualBounds.set(pos.fX, pos.fY, pos.fX, pos.fY);
886 actualBounds.growToInclude(pos.fX, pos.fY);
    [all...]
  /external/chromium_org/v8/src/x64/
codegen-x64.h 67 int pos,
  /external/chromium_org/webkit/common/fileapi/
file_system_util.cc 361 size_t pos = filesystem_name_upper.find(start_token); local
362 if (pos == std::string::npos)
364 if (pos == 0)
367 *filesystem_id = filesystem_name.substr(pos + start_token.length(),
  /external/icu4c/common/
serv.cpp 622 for (int32_t pos = -1;;) {
623 const UHashElement* e = map->nextElement(pos);
668 for (int32_t pos = factories->size(); --pos >= 0;) {
669 ICUServiceFactory* f = (ICUServiceFactory*)factories->elementAt(pos);
764 int32_t pos = -1; local
766 while ((entry = m->nextElement(pos)) != NULL) {
787 /* To ensure that all elements in the hashtable are iterated, set pos to -1.
788 * nextElement(pos) will skip the position at pos and begin the iteratio
791 int32_t pos = -1; local
    [all...]
uloc.cpp 640 const char* pos = localeID; local
652 while(*pos == ' ') {
653 pos++;
655 if (!*pos) { /* handle trailing "; " */
662 equalSign = uprv_strchr(pos, '=');
663 semicolon = uprv_strchr(pos, ';');
671 if(equalSign - pos >= ULOC_KEYWORD_BUFFER_LEN) {
676 for(i = 0, n = 0; i < equalSign - pos; ++i) {
677 if (pos[i] != ' ') {
678 keywordList[numKeywords].keyword[n++] = uprv_tolower(pos[i])
    [all...]

Completed in 1228 milliseconds

<<111112113114115116117118119120>>