HomeSort by relevance Sort by last modified time
    Searched refs:data_changed (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
font_data_table.h 51 bool data_changed() { return data_changed_; } function in class:sfntly::FontDataTable::Builder
89 void InternalSetData(WritableFontData* data, bool data_changed);
90 void InternalSetData(ReadableFontData* data, bool data_changed);
font_data_table.cc 174 bool data_changed) {
177 if (data_changed) {
184 bool data_changed) {
187 if (data_changed) {
table.cc 69 if (model_changed() || data_changed()) {
  /external/sfntly/cpp/src/sfntly/table/
font_data_table.h 51 bool data_changed() { return data_changed_; } function in class:sfntly::FontDataTable::Builder
89 void InternalSetData(WritableFontData* data, bool data_changed);
90 void InternalSetData(ReadableFontData* data, bool data_changed);
font_data_table.cc 174 bool data_changed) {
177 if (data_changed) {
184 bool data_changed) {
187 if (data_changed) {
table.cc 69 if (model_changed() || data_changed()) {
  /external/webrtc/src/modules/audio_processing/
audio_buffer.h 51 // If |data_changed| is false, only the non-audio data members will be copied
53 void InterleaveTo(AudioFrame* frame, bool data_changed) const;
audio_processing_impl.cc 298 bool data_changed = stream_data_changed(); local
299 if (analysis_needed(data_changed)) {
350 if (synthesis_needed(data_changed)) {
367 capture_audio_->InterleaveTo(frame, data_changed);
audio_buffer.cc 222 void AudioBuffer::InterleaveTo(AudioFrame* frame, bool data_changed) const {
227 if (!data_changed) {

Completed in 77 milliseconds