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

  /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/webrtc/modules/audio_processing/
audio_buffer.h 110 // If |data_changed| is false, only the non-audio data members will be copied
112 void InterleaveTo(AudioFrame* frame, bool data_changed);
audio_buffer.cc 410 void AudioBuffer::InterleaveTo(AudioFrame* frame, bool data_changed) {
412 if (!data_changed) {

Completed in 610 milliseconds