HomeSort by relevance Sort by last modified time
    Searched full:updated (Results 176 - 200 of 6390) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/cc/layers/
tiled_layer.cc 316 // Returns true if tile is dirty and only part of it needs to be updated.
328 bool* updated) {
348 *updated = true;
740 bool updated = false; local
746 updated |= ContentsScalingLayer::Update(queue, occlusion);
763 UpdateTiles(left, top, right, bottom, queue, NULL, &updated);
764 if (updated)
765 return updated;
772 return updated;
781 left, top, right, bottom, queue, occlusion, &updated);
894 bool updated = !tile->update_rect.IsEmpty(); local
    [all...]
picture_layer.cc 86 bool updated = Layer::Update(queue, occlusion); local
92 return updated;
113 updated |= pile_->Update(client_,
122 if (updated) {
130 return updated;
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 204 int *updated
216 *updated = 1;
230 int *updated
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /frameworks/rs/driver/runtime/
rs_structs.h 11 * build-time. This layout may need to be updated whenever
73 * build-time. This layout may need to be updated whenever
107 * build-time. This layout may need to be updated whenever
135 * build-time. This layout may need to be updated whenever
167 * build-time. This layout may need to be updated whenever
205 * build-time. This layout may need to be updated whenever
241 * build-time. This layout may need to be updated whenever
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver_unittest.py 57 ' Updated text-expected.txt',
75 ' Updated text-expected.txt',
94 ' Updated text-expected.txt',
115 ' Updated text-expected.txt',
136 ' Updated text-expected.txt',
161 ' Updated image-expected.checksum',
162 ' Updated image-expected.png',
203 ' Updated image-expected.checksum',
204 ' Updated image-expected.png',
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager.h 129 // Update an accessibility node with an updated WebAccessibility node
131 // the node's children will also be updated, otherwise only the node
132 // itself is updated. Returns the updated node or NULL if no node was
133 // updated.